Package org.apache.tapestry5.runtime
package org.apache.tapestry5.runtime
Contains interfaces that are added to component classes at runtime.
These interfaces are added using Tapestry built-in AOP support.
-
ClassDescriptionInterface that defines the lifecycle of a component, within a page, allowing for callbacks into the component for many different events.An event that may originate in application logic, or as a result of a client interaction (a GET or POST from the client).A wrapper exception around any exception thrown when invoking a component event handler.Interface implemented by components (after they have been transformed at load time).The core methods related to event handling.Deprecated.Defines a way for different aspects of a page to add callbacks for important lifecycle events.Deprecated.in 5.3.4, replaced with
PageLifecycleCallbackHub
A command used during rendering of a page.A stateful object that manages the process of rendering a page.
PageLifecycleListener
has been deprecated