Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


Uses of Class
oracle.adf.view.rich.context.ApplicationContextManager.SuspendedContext

Packages that use ApplicationContextManager.SuspendedContext
oracle.adf.view.rich.context   

 

Uses of ApplicationContextManager.SuspendedContext in oracle.adf.view.rich.context

 

Methods in oracle.adf.view.rich.context that return ApplicationContextManager.SuspendedContext
protected  ApplicationContextManager.SuspendedContext ApplicationContextManager.createSuspendedContext(javax.faces.context.FacesContext context, java.util.Deque<ApplicationContextChange> stack)
          Creates a new suspended context
abstract  ApplicationContextManager.SuspendedContext ApplicationContextManager.suspendContext(javax.faces.context.FacesContext context)
          Suspends the current application context changes on the stack by calling ApplicationContextChange.suspend(FacesContext) on each stack entry, starting from the top of the stack and working down the stack to the root of the page.

 

Methods in oracle.adf.view.rich.context with parameters of type ApplicationContextManager.SuspendedContext
abstract  void ApplicationContextManager.resumeContext(javax.faces.context.FacesContext context, ApplicationContextManager.SuspendedContext suspendedContext)
          Resume a previously suspended set of context changes.
protected  java.util.Deque<ApplicationContextChange> ApplicationContextManager.resumeSuspendedContext(javax.faces.context.FacesContext facesContext, ApplicationContextManager.SuspendedContext suspendedContext)
          Resumes a suspended context

 


Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


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