|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.adf.view.rich.context.PageFlowScopeProvider
Deprecated. use the Trinidad PageFlowScopeProvider
public class PageFlowScopeProvider
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 |
---|
public java.util.Map<java.lang.String,java.lang.Object> getPageFlowScope(javax.faces.context.FacesContext context)
pushPageFlowScope()
or popPageFlowScope()
.context
- the current FacesContextpublic java.util.Map<java.lang.String,java.lang.Object> pushPageFlowScope(javax.faces.context.FacesContext context, boolean copyParent)
context
- the current FacesContextcopyParent
- if true, all values from the parent process scope will be copied into the new process scope.public java.util.Map<java.lang.String,java.lang.Object> popPageFlowScope(javax.faces.context.FacesContext context, boolean discardScope)
context
- the current FacesContextdiscardScope
- 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.public java.lang.String encodeCurrentPageFlowScopeURL(javax.faces.context.FacesContext context, java.lang.String url)
context
- the current FacesContexturl
- an URL (which may already contain query parameters)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |