Package | Description |
---|---|
org.apache.myfaces.trinidad.change | |
org.apache.myfaces.trinidad.context |
Modifier and Type | Class and Description |
---|---|
class |
ChangeManagerWrapper
Base class for ChangeManager implementations that wrap other ChangeManagers.
|
class |
NullChangeManager
An ChangeManager implementation that is all a no-op.
|
class |
SessionChangeManager
A ChangeManager implementation that manages persisting the added Changes at the session.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ChangeManager |
ChangeManagerWrapper.getWrappedChangeManager()
Returns the wrapped ChangeManager.
|
Modifier and Type | Method and Description |
---|---|
javax.faces.component.UIComponent |
MoveChildComponentChange.add(javax.faces.context.FacesContext facesContext,
ChangeManager changeManager)
Convenience method to add this MoveChildComponentChange to the supplied
ChangeManager.
|
Modifier and Type | Method and Description |
---|---|
abstract ChangeManager |
RequestContext.getChangeManager()
Gets the ChangeManager for the current application.
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.