Package | Description |
---|---|
org.apache.tapestry5.internal.pageload |
[INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change
|
org.apache.tapestry5.internal.structure |
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
|
Modifier and Type | Method and Description |
---|---|
int |
EmbeddedComponentAssemblerImpl.addMixinsToElement(ComponentPageElement newElement) |
Modifier and Type | Class and Description |
---|---|
class |
ComponentPageElementImpl
Implements
RenderCommand and represents a component within an overall page. |
Modifier and Type | Method and Description |
---|---|
ComponentPageElement |
Page.getComponentElementByNestedId(String nestedId)
Retrieves a component element by its nested id (a sequence of simple ids, separated by dots).
|
ComponentPageElement |
PageImpl.getComponentElementByNestedId(String nestedId) |
ComponentPageElement |
ComponentPageElement.getContainerElement()
Containing component (or null for the root component of a page).
|
ComponentPageElement |
ComponentPageElementImpl.getContainerElement() |
ComponentPageElement |
ComponentPageElement.getEmbeddedElement(String id)
Retrieves a component page element by its id.
|
ComponentPageElement |
ComponentPageElementImpl.getEmbeddedElement(String embeddedId) |
ComponentPageElement |
Page.getRootElement()
The root component of the page.
|
ComponentPageElement |
PageImpl.getRootElement() |
ComponentPageElement |
ComponentPageElement.newChild(String id,
String nestedId,
String completeId,
String elementName,
Instantiator instantiator,
Location location)
Creates a new child component of the invoked component.
|
ComponentPageElement |
ComponentPageElementImpl.newChild(String id,
String nestedId,
String completeId,
String elementName,
Instantiator instantiator,
Location location) |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
InternalComponentResourcesImpl(Page page,
ComponentPageElement element,
ComponentResources containerResources,
ComponentPageElementResources elementResources,
String completeId,
String nestedId,
Instantiator componentInstantiator,
boolean mixin) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.