javax.faces.component.visit
Class ComponentModification

java.lang.Object
  extended by javax.faces.component.visit.ComponentModification

public abstract class ComponentModification
extends Object

An implementation of this class represents a modification to a UIComponent instance during a single run through the JSF request processing lifecycle. Instances of this class are used by ComponentModificationManager to enable such modifications to be suspended and resumed when needed, such as before and after calling UIComponent.invokeOnComponent(javax.faces.context.FacesContext, java.lang.String, javax.faces.component.ContextCallback) or UIComponent.visitTree(javax.faces.component.visit.VisitContext, javax.faces.component.visit.VisitCallback) on the component instance.

Since:
2.2

Constructor Summary
ComponentModification()
           
 
Method Summary
abstract  void resume(FacesContext facesContext)
           
abstract  void suspend(FacesContext facesContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentModification

public ComponentModification()
Method Detail

suspend

public abstract void suspend(FacesContext facesContext)

resume

public abstract void resume(FacesContext facesContext)


Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms