Oracle ADF Controller API Reference 10g Release 2 (10.1.2)
B14363-01
November 2004


oracle.adf.controller.struts.actions

Class DefaultStrutsPageLifecycleFactory

java.lang.Object
  extended byoracle.adf.controller.struts.actions.StrutsPageLifecycleFactory
      extended byoracle.adf.controller.struts.actions.DefaultStrutsPageLifecycleFactory


public class DefaultStrutsPageLifecycleFactory
extends StrutsPageLifecycleFactory

Default implementation of the StrutsPageLifecycleFactory. This implementation is used to create StrutsPageLifecycle instance for a DataAction. To use a different factory use the PageLifecycleFactoryPlugin.

Since:
9.0.5

Field Summary

Fields inherited from class oracle.adf.controller.struts.actions.StrutsPageLifecycleFactory
factoryPlugInClassName

Constructor Summary
DefaultStrutsPageLifecycleFactory()

Method Summary
StrutsPageLifecycle
getPageLifecycle(java.lang.String path)
Return a StrutsPageLifecycle for given a page path.

Methods inherited from class oracle.adf.controller.struts.actions.StrutsPageLifecycleFactory
getInstance

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

DefaultStrutsPageLifecycleFactory

public DefaultStrutsPageLifecycleFactory()

Method Detail

getPageLifecycle

public StrutsPageLifecycle getPageLifecycle(java.lang.String path)
Return a StrutsPageLifecycle for given a page path.
Specified by:
getPageLifecycle in class StrutsPageLifecycleFactory
Parameters:
path - the web page path
Returns:
a customized StrutsPageLifecycle

Oracle ADF Controller API Reference 10g Release 2 (10.1.2)
B14363-01
November 2004


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