|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Instantiator | |
---|---|
org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change |
org.apache.tapestry5.internal.structure | [INTERNAL USE ONLY] page structure implementation details; API subject to change. |
Uses of Instantiator in org.apache.tapestry5.internal.services |
---|
Classes in org.apache.tapestry5.internal.services that implement Instantiator | |
---|---|
class |
AbstractInstantiator
Abstract base class for instantiators; for each component, a new subclass is created at runtime. |
Methods in org.apache.tapestry5.internal.services that return Instantiator | |
---|---|
Instantiator |
ComponentInstantiatorSource.getInstantiator(String classname)
Given the name of a component class, provides an instantiator for that component. |
Instantiator |
ComponentInstantiatorSourceImpl.getInstantiator(String className)
|
Uses of Instantiator in org.apache.tapestry5.internal.structure |
---|
Methods in org.apache.tapestry5.internal.structure with parameters of type Instantiator | |
---|---|
void |
ComponentPageElementImpl.addMixin(String mixinId,
Instantiator instantiator,
String... order)
|
void |
ComponentPageElement.addMixin(String mixinId,
Instantiator instantiator,
String... order)
Adds a mixin. |
ComponentPageElement |
ComponentPageElementImpl.newChild(String id,
String nestedId,
String completeId,
String elementName,
Instantiator instantiator,
Location location)
|
ComponentPageElement |
ComponentPageElement.newChild(String id,
String nestedId,
String completeId,
String elementName,
Instantiator instantiator,
Location location)
Creates a new child component of the invoked component. |
Constructors in org.apache.tapestry5.internal.structure with parameters of type Instantiator | |
---|---|
ComponentPageElementImpl(Page page,
Instantiator instantiator,
ComponentPageElementResources elementResources,
Request request,
SymbolSource symbolSource)
Constructor for the root component of a page. |
|
InternalComponentResourcesImpl(Page page,
ComponentPageElement element,
ComponentResources containerResources,
ComponentPageElementResources elementResources,
String completeId,
String nestedId,
Instantiator componentInstantiator,
boolean mixin)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |