Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 1 (11.1.1)

E10652-04

oracle.adf.controller.struts.actions
Class DefaultStrutsPageLifecycleFactory

java.lang.Object
  extended by oracle.adf.controller.struts.actions.StrutsPageLifecycleFactory
      extended by oracle.adf.controller.struts.actions.DefaultStrutsPageLifecycleFactory

Deprecated. Use equivalent classes in oracle.adf.controller.v2

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()
          Deprecated.  
 
Method Summary
 StrutsPageLifecycle getPageLifecycle(java.lang.String path)
          Deprecated. 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()
Deprecated. 
Method Detail

getPageLifecycle

public StrutsPageLifecycle getPageLifecycle(java.lang.String path)
Deprecated. 
Return a StrutsPageLifecycle for given a page path. The customized lifecycle should subclass StrutsPageLifecycle to support the base functionality. The page path give the flexibility of returning a different lifecycle for different type of web page like jsp, xml or uix.

See DefaultStrutsPageLifecycleFactory for an example implementation of this method.

Specified by:
getPageLifecycle in class StrutsPageLifecycleFactory
Parameters:
{@inheritDoc} -
Returns:
a customized StrutsPageLifecycle

Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 1 (11.1.1)

E10652-04

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