Skip navigation links


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(javax.faces.context.FacesContext context, FacesBean.Type type, Object state)
           
 Object saveState(javax.faces.context.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(javax.faces.context.FacesContext context)

restoreState

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

Skip navigation links


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