public class NullChangeManager extends ChangeManager
ChangeManager.ChangeOutcome, ChangeManager.NotificationOutcome
Constructor and Description |
---|
NullChangeManager() |
Modifier and Type | Method and Description |
---|---|
void |
addComponentChange(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
ComponentChange change)
Adds a ComponentChange to the current request for a specified component.
|
void |
applyComponentChangesForCurrentView(javax.faces.context.FacesContext facesContext)
Applies all the ComponentChanges added so far for the current view.
|
void |
applyComponentChangesForSubtree(javax.faces.context.FacesContext facesContext,
javax.faces.component.NamingContainer root)
Applies the ComponentChanges added so far for components underneath
the specified NamingContainer.
|
void |
applySimpleComponentChanges(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Apply non-cross-component changes to a component in its original location.
|
addDocumentChange, addDocumentChangeWithOutcome, createDocumentChange, documentChangeApplied, registerDocumentFactory, replaceAttributeChangeIfPresent
public void addComponentChange(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, ComponentChange change)
addComponentChange
in class ChangeManager
DocumentChangeFactory
,
#documentChangeApplied(FacesContext, UIComponent, ComponentChange
public void applyComponentChangesForCurrentView(javax.faces.context.FacesContext facesContext)
applyComponentChangesForCurrentView
in class ChangeManager
facesContext
- The FacesContext instance for the current request.public void applyComponentChangesForSubtree(javax.faces.context.FacesContext facesContext, javax.faces.component.NamingContainer root)
applyComponentChangesForSubtree
in class ChangeManager
facesContext
- The FacesContext instance for the current request.root
- The NamingContainer that contains the component subtree
to which ComponentChanges should be applied. If null, all changes are
applied.public void applySimpleComponentChanges(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
applySimpleComponentChanges
in class ChangeManager
component
- Component to apply the simple changes toCopyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.