org.apache.myfaces.trinidad.change
Class NullChangeManager

java.lang.Object
  extended by org.apache.myfaces.trinidad.change.ChangeManager
      extended by org.apache.myfaces.trinidad.change.NullChangeManager

public class NullChangeManager
extends ChangeManager

An ChangeManager implementation that is all a no-op.


Constructor Summary
NullChangeManager()
           
 
Method Summary
 void addComponentChange(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, ComponentChange change)
          Add a ComponentChange to this current request for a specified component.
 void applyComponentChangesForCurrentView(javax.faces.context.FacesContext facesContext)
          Applies all the ComponentChanges added so far for the current view.
 
Methods inherited from class org.apache.myfaces.trinidad.change.ChangeManager
addDocumentChange, createDocumentChange, registerDocumentFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullChangeManager

public NullChangeManager()
Method Detail

addComponentChange

public void addComponentChange(javax.faces.context.FacesContext facesContext,
                               javax.faces.component.UIComponent uiComponent,
                               ComponentChange change)
Add a ComponentChange to this current request for a specified component.

Specified by:
addComponentChange in class ChangeManager

applyComponentChangesForCurrentView

public void applyComponentChangesForCurrentView(javax.faces.context.FacesContext facesContext)
Applies all the ComponentChanges added so far for the current view. Developers should not need to call this method. Internal implementation will call it as the component tree is built and is ready to take changes.

Overrides:
applyComponentChangesForCurrentView in class ChangeManager
Parameters:
facesContext - The FacesContext instance for the current request.


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.