Uses of Interface
org.apache.tapestry5.internal.structure.ComponentPageElement
Packages that use ComponentPageElement
Package
Description
[INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
[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 ComponentPageElementModifier and TypeMethodDescriptionint
EmbeddedComponentAssemblerImpl.addMixinsToElement
(ComponentPageElement newElement) -
Uses of ComponentPageElement in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services with parameters of type ComponentPageElementModifier and TypeMethodDescriptionvoid
ComponentDependencyRegistry.clear
(ComponentPageElement componentPageElement) Clears all dependency information for a given component.void
ComponentDependencyRegistryImpl.clear
(ComponentPageElement component) void
ComponentDependencyRegistry.register
(ComponentPageElement componentPageElement) Register all the dependencies of a given component.void
ComponentDependencyRegistryImpl.register
(ComponentPageElement componentPageElement) -
Uses of ComponentPageElement in org.apache.tapestry5.internal.structure
Classes in org.apache.tapestry5.internal.structure that implement ComponentPageElementModifier and TypeClassDescriptionclass
ImplementsRenderCommand
and represents a component within an overall page.Methods in org.apache.tapestry5.internal.structure that return ComponentPageElementModifier and TypeMethodDescriptionPage.getComponentElementByNestedId
(String nestedId) Retrieves a component element by its nested id (a sequence of simple ids, separated by dots).PageImpl.getComponentElementByNestedId
(String nestedId) ComponentPageElement.getContainerElement()
Containing component (or null for the root component of a page).ComponentPageElementImpl.getContainerElement()
ComponentPageElement.getEmbeddedElement
(String id) Retrieves a component page element by its id.ComponentPageElementImpl.getEmbeddedElement
(String embeddedId) Page.getRootElement()
The root component of the page.PageImpl.getRootElement()
ComponentPageElement.newChild
(String id, String nestedId, String completeId, String elementName, Instantiator instantiator, Location location) Creates a new child component of the invoked component.ComponentPageElementImpl.newChild
(String id, String nestedId, String completeId, String elementName, Instantiator instantiator, Location location) Methods in org.apache.tapestry5.internal.structure with parameters of type ComponentPageElementModifier and TypeMethodDescriptionvoid
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 ComponentPageElementModifierConstructorDescriptionInternalComponentResourcesImpl
(Page page, ComponentPageElement element, ComponentResources containerResources, ComponentPageElementResources elementResources, String completeId, String nestedId, Instantiator componentInstantiator, boolean mixin)