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.
 

Class Summary
AbstractComponentCallback Base class for most implementations of ComponentCallback, used when there is an underlying Event.
BlockImpl  
CommentPageElement Renders a text comment.
ComponentPageElementImpl Implements RenderCommand and represents a component within an overall page.
ComponentPageElementResourcesImpl  
ComponentPageElementResourcesSourceImpl  
DTDPageElement  
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.
PageImpl  
StartElementPageElement  
TextPageElement  
 



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.