Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.3.0)
E17488-04


Uses of Class
oracle.adf.view.rich.context.ApplicationContextChange

Packages that use ApplicationContextChange
oracle.adf.view.rich.context   

 

Uses of ApplicationContextChange in oracle.adf.view.rich.context

 

Subclasses of ApplicationContextChange in oracle.adf.view.rich.context
 class DoableContextChange
          ApplicationContextChange designed to both has suspending and resuming the change as well as implementing the change after the DoableContextChange is created.

 

Methods in oracle.adf.view.rich.context that return ApplicationContextChange
protected  ApplicationContextChange ApplicationContextManager.getAsApplicationContextChange(org.apache.myfaces.trinidad.context.ComponentContextChange componentContextChange)
          Deprecated. Method to cast a Trinidad ComponentContextChange as a ApplicationContextChange.
abstract  ApplicationContextChange ApplicationContextManager.peekContextChange()
          Deprecated.  
abstract  ApplicationContextChange ApplicationContextManager.popContextChange()
          Deprecated. Pops the top context change off of the application context change stack.

 

Methods in oracle.adf.view.rich.context that return types with arguments of type ApplicationContextChange
protected  java.util.Deque<ApplicationContextChange> ApplicationContextManager.resumeSuspendedContext(javax.faces.context.FacesContext facesContext, ApplicationContextManager.SuspendedContext suspendedContext)
          Deprecated. Resumes a suspended context

 

Methods in oracle.adf.view.rich.context with parameters of type ApplicationContextChange
abstract  void ApplicationContextManager.pushContextChange(ApplicationContextChange change)
          Deprecated. Pushes a new context change onto the application context change stack.
 SuspendCallback.SuspendResult SuspendCallback.suspendChange(ApplicationContextChange contextChange)
          Called per context change to be suspended.

 

Method parameters in oracle.adf.view.rich.context with type arguments of type ApplicationContextChange
protected  ApplicationContextManager.SuspendedContext ApplicationContextManager.createSuspendedContext(javax.faces.context.FacesContext context, java.util.Deque<ApplicationContextChange> stack)
          Deprecated. Creates a new suspended context

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.3.0)
E17488-04


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