Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-03


oracle.adf.view.rich.context
Class PageFlowScopeProvider

java.lang.Object
  extended by oracle.adf.view.rich.context.PageFlowScopeProvider


Deprecated. use the Trinidad PageFlowScopeProvider

public class PageFlowScopeProvider
extends java.lang.Object

Method Summary
 java.lang.String encodeCurrentPageFlowScopeURL(javax.faces.context.FacesContext context, java.lang.String url)
          Deprecated. Encode the page flow scope into the current URL for processing in later requests.
 java.util.Map<java.lang.String,java.lang.Object> getPageFlowScope(javax.faces.context.FacesContext context)
          Deprecated. Returns the current PageFlowScope, including any calls to pushPageFlowScope() or popPageFlowScope().
 java.util.Map<java.lang.String,java.lang.Object> popPageFlowScope(javax.faces.context.FacesContext context, boolean discardScope)
          Deprecated. Pushes a new process scope onto the stack.
 java.util.Map<java.lang.String,java.lang.Object> pushPageFlowScope(javax.faces.context.FacesContext context, boolean copyParent)
          Deprecated. Pushes a new process scope onto the stack.

 

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

 

Method Detail

getPageFlowScope

public java.util.Map<java.lang.String,java.lang.Object> getPageFlowScope(javax.faces.context.FacesContext context)
Deprecated. 
Returns the current PageFlowScope, including any calls to pushPageFlowScope() or popPageFlowScope().
Parameters:
context - the current FacesContext

pushPageFlowScope

public java.util.Map<java.lang.String,java.lang.Object> pushPageFlowScope(javax.faces.context.FacesContext context,
                                                                          boolean copyParent)
Deprecated. 
Pushes a new process scope onto the stack.
Parameters:
context - the current FacesContext
copyParent - if true, all values from the parent process scope will be copied into the new process scope.
Returns:
the new scope

popPageFlowScope

public java.util.Map<java.lang.String,java.lang.Object> popPageFlowScope(javax.faces.context.FacesContext context,
                                                                         boolean discardScope)
Deprecated. 
Pushes a new process scope onto the stack.
Parameters:
context - the current FacesContext
discardScope - if true, the scope will be immediately destroyed. if false, the scope may be available (for back button use, for example), but this is at the discretion of the implementation, which may aggressively destroy page flow scopes in some circumstances.

encodeCurrentPageFlowScopeURL

public java.lang.String encodeCurrentPageFlowScopeURL(javax.faces.context.FacesContext context,
                                                      java.lang.String url)
Deprecated. 
Encode the page flow scope into the current URL for processing in later requests.
Parameters:
context - the current FacesContext
url - an URL (which may already contain query parameters)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-03


Copyright (c) 1998, 2009, Oracle and/or its affiliates. All rights reserved.