org.apache.myfaces.trinidad.bean
Interface PropertyMap

All Superinterfaces:
Map<PropertyKey,Object>
All Known Implementing Classes:
FlaggedPropertyMap, PropertyArrayMap, PropertyHashMap

public interface PropertyMap
extends Map<PropertyKey,Object>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 void clearInitialState()
          Reset to a non-delta tracking state.
 boolean initialStateMarked()
           
 void markInitialState()
           
 void restoreState(FacesContext context, FacesBean.Type type, Object state)
           
 Object saveState(FacesContext context)
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

markInitialState

void markInitialState()

initialStateMarked

boolean initialStateMarked()
Returns:
true if delta state changes are being tracked, otherwise false

clearInitialState

void clearInitialState()
Reset to a non-delta tracking state.


saveState

Object saveState(FacesContext context)

restoreState

void restoreState(FacesContext context,
                  FacesBean.Type type,
                  Object state)


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.