public interface PropertyMap extends Map<PropertyKey,Object>
Modifier and Type | Method and Description |
---|---|
void |
markInitialState() |
void |
restoreState(javax.faces.context.FacesContext context,
FacesBean.Type type,
Object state) |
Object |
saveState(javax.faces.context.FacesContext context) |
void markInitialState()
Object saveState(javax.faces.context.FacesContext context)
void restoreState(javax.faces.context.FacesContext context, FacesBean.Type type, Object state)
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.