public abstract class ComponentContextChange extends Object
ComponentContextManager
to be able to suspend and resume
the context of a component during an invoke on component or visit tree call.
Note that implementing classes are encouraged to override the to string function to describe the change. This enhances the ability to debug should the stack ever become out of sync.
Constructor and Description |
---|
ComponentContextChange() |
Modifier and Type | Method and Description |
---|---|
abstract void |
resume(javax.faces.context.FacesContext facesContext)
Resumes the suspended context of a component.
|
abstract void |
suspend(javax.faces.context.FacesContext facesContext)
Suspends any changes that the component has made so that an invoke on component or
visit tree call may be made without the context of the component interfering.
|
public abstract void suspend(javax.faces.context.FacesContext facesContext)
facesContext
- The faces contextpublic abstract void resume(javax.faces.context.FacesContext facesContext)
facesContext
- The faces contextCopyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.