Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 2 (11.1.2.1.0)

E17481-02

oracle.adf.controller.lifecycle
Class DefaultPageLifecycleFactory

java.lang.Object
  extended by oracle.adf.controller.lifecycle.PageLifecycleFactory
      extended by oracle.adf.controller.lifecycle.DefaultPageLifecycleFactory

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

public class DefaultPageLifecycleFactory
extends PageLifecycleFactory

The default factory for PageLifecycle. Always return an instance of PageLifecycle.

Since:
9.0.5

Field Summary
 
Fields inherited from class oracle.adf.controller.lifecycle.PageLifecycleFactory
INIT_PARAM, LIFECYCLE_FACTORY_ATTR
 
Constructor Summary
DefaultPageLifecycleFactory()
          Deprecated.  
 
Method Summary
 PageLifecycle getPageLifecycle(java.lang.String path)
          Deprecated. Always return an instance of PageLifecycle no mater the content of the page path.
 
Methods inherited from class oracle.adf.controller.lifecycle.PageLifecycleFactory
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPageLifecycleFactory

public DefaultPageLifecycleFactory()
Deprecated. 
Method Detail

getPageLifecycle

public PageLifecycle getPageLifecycle(java.lang.String path)
Deprecated. 
Always return an instance of PageLifecycle no mater the content of the page path.

Specified by:
getPageLifecycle in class PageLifecycleFactory
Parameters:
path - the web page path
Returns:
a customized PageLifecycle

Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 2 (11.1.2.1.0)

E17481-02

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