org.apache.myfaces.trinidadinternal.change
Class NullChangeManager
java.lang.Object
org.apache.myfaces.trinidad.change.ChangeManager
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
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 |
NullChangeManager
public NullChangeManager()
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.