Package | Description |
---|---|
org.apache.myfaces.trinidad.context |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract Iterator<ComponentContextChange> |
ComponentContextManager.resume(javax.faces.context.FacesContext facesContext,
SuspendedContextChanges suspendedChanges)
Resume a set of suspended changes.
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.