org.apache.tapestry.internal.structure |
|
Java Source File Name | Type | Comment |
BlockImpl.java | Class | |
BodyPageElement.java | Interface | A type of
PageElement that has a body that can be added to. |
CommentPageElement.java | Class | Renders a text comment. |
ComponentCallback.java | Interface | Callback interface, used when invoking lifecycle methods on components. |
ComponentPageElement.java | Interface | Extended version of
org.apache.tapestry.internal.structure.PageElement for elements that
are, in fact, components (rather than just static markup). |
ComponentPageElementImpl.java | Class | Implements
org.apache.tapestry.internal.structure.PageElement and
org.apache.tapestry.internal.InternalComponentResources , and represents a component
within an overall page. |
DTDPageElement.java | Class | |
ExpansionPageElement.java | Class | |
InternalComponentResourcesImpl.java | Class | The bridge between a component and its
ComponentPageElement , that supplies all kinds of
resources to the component, including access to its parameters, parameter bindings, and
persistent field data. |
Page.java | Interface | Represents a unique page within the application. |
PageElement.java | Interface | An element within a page. |
PageImpl.java | Class | |
StartElementPageElement.java | Class | |
StructureMessages.java | Class | |
TextPageElement.java | Class | |