|
Oracle ADF Controller API Reference 10g Release 2 (10.1.2) B14363-01 November 2004 |
||||||||||
PREV NEXT |
Packages that use PageLifecycle |
|
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 PageLifecycle in oracle.adf.controller.lifecycle |
Methods in oracle.adf.controller.lifecycle that return PageLifecycle | |
abstract PageLifecycle |
PageLifecycleFactory.getPageLifecycle(java.lang.String path) Return a PageLifecycle for given a page path. |
DefaultPageLifecycleFactory.getPageLifecycle(java.lang.String path) Always return an instance of PageLifecycle no mater the content of the page path. |
Subclasses of PageLifecycle in oracle.adf.controller.struts.actions | |
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. |
|
Oracle ADF Controller API Reference 10g Release 2 (10.1.2) B14363-01 November 2004 |
||||||||||
PREV NEXT |