public interface PropertyMap extends Map<PropertyKey,Object>
| Modifier and Type | Method and Description | 
|---|---|
| void | clearInitialState()Reset to a non-delta tracking state. | 
| boolean | initialStateMarked() | 
| void | markInitialState() | 
| void | restoreState(javax.faces.context.FacesContext context,
            FacesBean.Type type,
            Object state) | 
| Object | saveState(javax.faces.context.FacesContext context) | 
void markInitialState()
boolean initialStateMarked()
void clearInitialState()
Object saveState(javax.faces.context.FacesContext context)
void restoreState(javax.faces.context.FacesContext context,
                FacesBean.Type type,
                Object state)
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.