Uses of Interface
org.apache.tapestry5.internal.services.Instantiator
-
Packages that use Instantiator Package Description org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.internal.structure [INTERNAL USE ONLY] page structure implementation details; API subject to change. -
-
Uses of Instantiator in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services that return Instantiator Modifier and Type Method Description Instantiator
ComponentInstantiatorSource. classname)
Given the name of a component class, provides an instantiator for that component.Instantiator
ComponentInstantiatorSourceImpl. className)
-
Uses of Instantiator in org.apache.tapestry5.internal.structure
Methods in org.apache.tapestry5.internal.structure with parameters of type Instantiator Modifier and Type Method Description void
ComponentPageElement. mixinId, Instantiator instantiator, ... order)
Adds a mixin.void
ComponentPageElementImpl. mixinId, Instantiator instantiator, ... order)
ComponentPageElement
ComponentPageElement. id, nestedId, completeId, elementName, Instantiator instantiator, Location location)
Creates a new child component of the invoked component.ComponentPageElement
ComponentPageElementImpl. id, nestedId, completeId, elementName, Instantiator instantiator, Location location)
Constructors in org.apache.tapestry5.internal.structure with parameters of type Instantiator Constructor Description ComponentPageElementImpl(Page page, Instantiator instantiator, ComponentPageElementResources elementResources)
Constructor for the root component of a page.InternalComponentResourcesImpl(Page page, ComponentPageElement element, ComponentResources containerResources, ComponentPageElementResources elementResources, completeId, nestedId, Instantiator componentInstantiator, boolean mixin)
-