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 Object
- implements Instantiator
Abstract base class for instantiators; for each component, a new subclass is created at runtime.
constructorArgs
protected final Object[] constructorArgs
AbstractInstantiator
public AbstractInstantiator(ComponentModel model,
String description,
Object[] constructorArgs)
toString
public String toString()
- Overrides:
toString
in class 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.