Package org.apache.tapestry5.runtime

Contains interfaces that are added to component classes at runtime.

See:
          Description

Interface Summary
Component Interface that defines the lifecycle of a component, within a page, allowing for callbacks into the component for many different events.
ComponentEvent An event that may originate in application logic, or as a result of a client interaction (a GET or POST from the client).
ComponentResourcesAware Interface implemented by components (after they have been transformed at load time).
Event The core methods related to event handling.
PageLifecycleListener A set of methods that allow components to know about page-level operations.
RenderCommand A command used during rendering of a page.
RenderQueue A stateful object that manages the process of rendering a page.
 

Class Summary
PageLifecycleAdapter Empty implementation of the PageLifecycleListener interface.
 

Exception Summary
ComponentEventException A wrapper exception around any exception thrown when invoking a component event handler.
 

Package org.apache.tapestry5.runtime Description

Contains interfaces that are added to component classes at runtime. These interfaces are added using Tapestry built-in AOP support.



Copyright © 2003-2012 The Apache Software Foundation.