org.apache.tapestry5.internal.services
Class AbstractInstantiator
java.lang.Object
org.apache.tapestry5.internal.services.AbstractInstantiator
- All Implemented Interfaces:
- Instantiator
public abstract class AbstractInstantiator
- extends java.lang.Object
- implements Instantiator
Abstract base class for instantiators; for each component, a new subclass is created at runtime.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
constructorArgs
protected final java.lang.Object[] constructorArgs
AbstractInstantiator
public AbstractInstantiator(ComponentModel model,
java.lang.String description,
java.lang.Object[] constructorArgs)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getModel
public ComponentModel getModel()
- Description copied from interface:
Instantiator
- Returns the model that defines the behavior of the component.
- Specified by:
getModel
in interface Instantiator
Copyright © 2003-2012 The Apache Software Foundation.