Oracle ADF Controller API Reference 10.1.2 B14363-02


Uses of Interface
oracle.adf.controller.lifecycle.Lifecycle

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 PageLifecycle
          Implementation of the Lifecycle for web pages.

 

Methods in oracle.adf.controller.lifecycle that return Lifecycle
 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 DataAction
          DataAction 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 DataForwardAction
          DataForwardAction 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 StrutsJspLifecycle
          Customized Struts lifecycle to support JSP.
 class StrutsPageLifecycle
          Base class for any Lifecycle running with the Struts controller.
 class StrutsUixLifecycle
          Customized 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 10.1.2 B14363-02


 

Copyright © 1997, 2005, Oracle. All rights reserved.