Package org.apache.tapestry5.internal.structure

Interface Summary
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 Defines an element of a page that is a component elements that are, in fact, components (rather than just static markup).
ComponentPageElementResources Provides access to common methods of various services, needed by implementations of ComponentPageElement and InternalComponentResources.
ComponentPageElementResourcesSource Provides access to the ComponentPageElementResources facade.
Page Represents a unique page within the application.
PageResetListener Optional interface implemented to support resetting of the page state.
 

Class Summary
AbstractComponentCallback Base class for most implementations of ComponentCallback, used when there is an underlying Event.
BlockImpl  
ComponentPageElementImpl Implements RenderCommand and represents a component within an overall page.
ComponentPageElementResourcesImpl  
ComponentPageElementResourcesSourceImpl  
ExpansionPageElement  
InternalComponentResourcesImpl 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.
LifecycleNotificationComponentCallback Implementation of ComponentCallback 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  
 



Copyright © 2003-2012 The Apache Software Foundation.