org.apache.tapestry.runtime |
Contains interfaces that are added to component classes at runtime. These
interfaces are added using Tapestry built-in AOP support.
|
Java Source File Name | Type | Comment |
Component.java | Interface | Interface that defining the lifecycle of a component, within a page, allowing for callbacks into
the component for many different events. |
ComponentEvent.java | Interface | An event that may originate in application logic, or as a result of a client interaction (a GET
or POST from the client). |
ComponentResourcesAware.java | Interface | Interface implemented by components (after they have been transformed at load time). |
Event.java | Interface | The core methods related to event handling. |
PageLifecycleListener.java | Interface | A set of methods that allow components to know about page-level operations. |
RenderCommand.java | Interface | A command used during rendering of a page. |
RenderQueue.java | Interface | A stateful object that manages the process of rendering a page. |