Skip navigation links


Uses of Class
org.apache.myfaces.trinidad.context.SuspendedContextChanges

Packages that use SuspendedContextChanges
org.apache.myfaces.trinidad.context   

 

Uses of SuspendedContextChanges in org.apache.myfaces.trinidad.context

 

Methods in org.apache.myfaces.trinidad.context that return SuspendedContextChanges
abstract  SuspendedContextChanges ComponentContextManager.partialSuspend(javax.faces.context.FacesContext facesContext, SuspendCallback callback)
          Suspend the changes on the stack to an arbitrary point.
abstract  SuspendedContextChanges ComponentContextManager.suspend(javax.faces.context.FacesContext facesContext)
          Suspend the entire stack of context changes.

 

Methods in org.apache.myfaces.trinidad.context with parameters of type SuspendedContextChanges
abstract  Iterator<ComponentContextChange> ComponentContextManager.resume(javax.faces.context.FacesContext facesContext, SuspendedContextChanges suspendedChanges)
          Resume a set of suspended changes.

 


Skip navigation links


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.