Package | Description |
---|---|
org.apache.myfaces.trinidad.context |
Modifier and Type | Method and Description |
---|---|
abstract ComponentContextChange |
ComponentContextManager.peekChange()
Get the latest change on the stack without removing it.
|
abstract ComponentContextChange |
ComponentContextManager.popChange()
Remove the latest change from the stack.
|
Modifier and Type | Method and Description |
---|---|
abstract Iterator<ComponentContextChange> |
ComponentContextManager.resume(javax.faces.context.FacesContext facesContext,
SuspendedContextChanges suspendedChanges)
Resume a set of suspended changes.
|
Modifier and Type | Method and Description |
---|---|
abstract SuspendCallback.SuspendResult |
SuspendCallback.getSuspendResult(ComponentContextChange change)
Determine how suspension should behave with regards to partial suspension.
|
abstract void |
ComponentContextManager.pushChange(ComponentContextChange change)
Push a change onto the stack.
|
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.