Uses of Interface
org.apache.tapestry5.internal.structure.ComponentPageElement
-
Packages that use ComponentPageElement Package Description org.apache.tapestry5.internal.pageload [INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to changeorg.apache.tapestry5.internal.structure [INTERNAL USE ONLY] page structure implementation details; API subject to change. -
-
Uses of ComponentPageElement in org.apache.tapestry5.internal.pageload
Methods in org.apache.tapestry5.internal.pageload with parameters of type ComponentPageElement Modifier and Type Method Description int
EmbeddedComponentAssemblerImpl. addMixinsToElement(ComponentPageElement newElement)
-
Uses of ComponentPageElement in org.apache.tapestry5.internal.structure
Classes in org.apache.tapestry5.internal.structure that implement ComponentPageElement Modifier and Type Class Description class
ComponentPageElementImpl
ImplementsRenderCommand
and represents a component within an overall page.Methods in org.apache.tapestry5.internal.structure that return ComponentPageElement Modifier and Type Method Description ComponentPageElement
Page. nestedId)
Retrieves a component element by its nested id (a sequence of simple ids, separated by dots).ComponentPageElement
PageImpl. nestedId)
ComponentPageElement
ComponentPageElement. getContainerElement()
Containing component (or null for the root component of a page).ComponentPageElement
ComponentPageElementImpl. getContainerElement()
ComponentPageElement
ComponentPageElement. id)
Retrieves a component page element by its id.ComponentPageElement
ComponentPageElementImpl. embeddedId)
ComponentPageElement
Page. getRootElement()
The root component of the page.ComponentPageElement
PageImpl. getRootElement()
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)
Methods in org.apache.tapestry5.internal.structure with parameters of type ComponentPageElement Modifier and Type Method Description void
Page. setRootElement(ComponentPageElement component)
Invoked during page construction time to connect the page's root component to the page instance.void
PageImpl. setRootElement(ComponentPageElement component)
Constructors in org.apache.tapestry5.internal.structure with parameters of type ComponentPageElement Constructor Description InternalComponentResourcesImpl(Page page, ComponentPageElement element, ComponentResources containerResources, ComponentPageElementResources elementResources, completeId, nestedId, Instantiator componentInstantiator, boolean mixin)
-