|
Oracle ADF Controller API Reference 10g Release 2 (10.1.2) B14363-01 November 2004 |
||||||||||
PREV NEXT |
|||||||||||
Packages that use Lifecycle |
|
| oracle.adf.controller.lifecycle | Contains classes to define the phases of a data model lifecycle for a web page and the order in which they are executed. |
| oracle.adf.controller.struts.actions | Contains classes to define the Struts implementations of the lifecycle. |
Uses of Lifecycle in oracle.adf.controller.lifecycle |
| Classes in oracle.adf.controller.lifecycle that implement Lifecycle | |
class |
PageLifecycleImplementation of the Lifecycle for web pages. |
| Methods in oracle.adf.controller.lifecycle that return Lifecycle | |
LifecycleContext.getLifecycle()Retrieve the Lifecycle from the context. |
|
| Methods in oracle.adf.controller.lifecycle with parameters of type Lifecycle | |
void |
LifecycleContext.initialize(Lifecycle lifecycle, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Initialize the context with the Lifecycle it is going to be use with and the request and response information. |
void |
LifecycleContext.initialize(Lifecycle lifecycle, java.lang.String modelRef, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Initialize the context with the name of the model reference to be use during this Lifecycle. |
void |
LifecycleContext.setLifecycle(Lifecycle lifeCycle)Store a Lifecycle object in the context. |
Uses of Lifecycle in oracle.adf.controller.struts.actions |
| Classes in oracle.adf.controller.struts.actions that implement Lifecycle | |
class |
DataActionDataAction simplifies implementing Struts-based web applications that use the ADF binding layer by implementing the ADF page handling Lifecycle interface in an easy-to-customize Struts action. |
class |
DataForwardActionDataForwardAction implements an easy-to-override Lifecycle for a "data page", which is the logical pairing of a page that renders information from the model, and a "companion" DataForwardAction that forwards to that page. |
class |
StrutsJspLifecycleCustomized Struts lifecycle to support JSP. |
class |
StrutsPageLifecycleBase class for any Lifecycle running with the Struts controller. |
class |
StrutsUixLifecycleCustomized Struts lifecycle to support UIX. |
| Methods in oracle.adf.controller.struts.actions that return Lifecycle | |
protected Lifecycle |
DataAction.getPageLifecycle(DataActionContext actionContext)Retrieves the page lifecycle instance for this data action. |
| Methods in oracle.adf.controller.struts.actions with parameters of type Lifecycle | |
void |
DataActionContext.initialize(Lifecycle lifeCycle, org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Initialize the context with the DataAction parameters. |
|
Oracle ADF Controller API Reference 10g Release 2 (10.1.2) B14363-01 November 2004 |
||||||||||
PREV NEXT |
|||||||||||