Skip navigation links


org.apache.myfaces.trinidad.bean
Interface PropertyMap

All Superinterfaces:
java.util.Map<PropertyKey,java.lang.Object>
All Known Implementing Classes:
FlaggedPropertyMap, PropertyArrayMap, PropertyHashMap

public interface PropertyMap
extends java.util.Map<PropertyKey,java.lang.Object>

Nested Class Summary

 

Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>

 

Method Summary
 void markInitialState()
           
 void restoreState(javax.faces.context.FacesContext context, FacesBean.Type type, java.lang.Object state)
           
 java.lang.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()

saveState

java.lang.Object saveState(javax.faces.context.FacesContext context)

restoreState

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

Skip navigation links


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