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 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()

saveState

Object saveState(FacesContext context)

restoreState

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


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