| 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  | ComponentPageElementImplImplements  RenderCommandand represents a component within an overall page. | 
| Modifier and Type | Method and Description | 
|---|---|
| ComponentPageElement | PageImpl. getComponentElementByNestedId(String nestedId) | 
| ComponentPageElement | Page. getComponentElementByNestedId(String nestedId)Retrieves a component element by its nested id (a sequence of simple ids, separated by dots). | 
| ComponentPageElement | ComponentPageElementImpl. getContainerElement() | 
| ComponentPageElement | ComponentPageElement. getContainerElement()Containing component (or null for the root component of a page). | 
| ComponentPageElement | ComponentPageElementImpl. getEmbeddedElement(String embeddedId) | 
| ComponentPageElement | ComponentPageElement. getEmbeddedElement(String id)Retrieves a component page element by its id. | 
| ComponentPageElement | PageImpl. getRootElement() | 
| ComponentPageElement | Page. getRootElement()The root component of the page. | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PageImpl. setRootElement(ComponentPageElement component) | 
| void | Page. setRootElement(ComponentPageElement component)Invoked during page construction time to connect the page's root component to the page
 instance. | 
| Constructor and Description | 
|---|
| InternalComponentResourcesImpl(Page page,
                                                            ComponentPageElement element,
                                                            ComponentResources containerResources,
                                                            ComponentPageElementResources elementResources,
                                                            String completeId,
                                                            String nestedId,
                                                            Instantiator componentInstantiator,
                                                            boolean mixin) | 
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.