|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentContextChange | |
---|---|
org.apache.myfaces.trinidad.context |
Uses of ComponentContextChange in org.apache.myfaces.trinidad.context |
---|
Methods in org.apache.myfaces.trinidad.context that return ComponentContextChange | |
---|---|
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. |
Methods in org.apache.myfaces.trinidad.context that return types with arguments of type ComponentContextChange | |
---|---|
abstract Iterator<ComponentContextChange> |
ComponentContextManager.resume(javax.faces.context.FacesContext facesContext,
SuspendedContextChanges suspendedChanges)
Resume a set of suspended changes. |
Methods in org.apache.myfaces.trinidad.context with parameters of type ComponentContextChange | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |