Package org.apache.tapestry5.internal.structure
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
-
Interface Summary Interface Description BodyPageElement A type of page element that has a body that can be added to.ComponentCallback Callback interface, used when invoking lifecycle methods on components.ComponentPageElement ComponentPageElementResources Provides access to common methods of various services, needed by implementations ofComponentPageElement
andInternalComponentResources
.ComponentPageElementResourcesSource Provides access to theComponentPageElementResources
facade.Page Represents a unique page within the application.PageResetListener Deprecated. in 5.3.4 -
Class Summary Class Description AbstractComponentCallback Base class for most implementations ofComponentCallback
, used when there is an underlyingEvent
.BlockImpl ComponentPageElementImpl ImplementsRenderCommand
and represents a component within an overall page.ComponentPageElementResourcesImpl ComponentPageElementResourcesSourceImpl ExpansionPageElement InternalComponentResourcesImpl The bridge between a component and itsComponentPageElement
, that supplies all kinds of resources to the component, including access to its parameters, parameter bindings, and persistent field data.LifecycleNotificationComponentCallback Implementation ofComponentCallback
used for lifecycle notifications that do not have an event, and can therefore never be aborted.Page.Stats Page construction statistics for the page.PageImpl RenderPhaseEvent