org.apache.myfaces.trinidadinternal.change
Class NullChangeManager

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

public class NullChangeManager
extends org.apache.myfaces.trinidad.change.ChangeManager

An ChangeManager implementation that is all a no-op.

Author:
The Oracle ADF Faces Team

Constructor Summary
NullChangeManager()
           
 
Method Summary
 void addComponentChange(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, org.apache.myfaces.trinidad.change.ComponentChange change)
          
 java.util.Iterator<org.apache.myfaces.trinidad.change.ComponentChange> getComponentChanges(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
          
 java.util.Iterator<java.lang.String> getComponentIdsWithChanges(javax.faces.context.FacesContext facesContext)
          
 
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,
                               org.apache.myfaces.trinidad.change.ComponentChange change)

Specified by:
addComponentChange in class org.apache.myfaces.trinidad.change.ChangeManager

getComponentChanges

public java.util.Iterator<org.apache.myfaces.trinidad.change.ComponentChange> getComponentChanges(javax.faces.context.FacesContext facesContext,
                                                                                                  javax.faces.component.UIComponent uiComponent)

Specified by:
getComponentChanges in class org.apache.myfaces.trinidad.change.ChangeManager

getComponentIdsWithChanges

public java.util.Iterator<java.lang.String> getComponentIdsWithChanges(javax.faces.context.FacesContext facesContext)

Specified by:
getComponentIdsWithChanges in class org.apache.myfaces.trinidad.change.ChangeManager


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.