oracle.adf.view.faces.bean
Interface PropertyMap

All Superinterfaces:
java.util.Map
All Known Implementing Classes:
AbstractPropertyMap, PropertyHashMap

public interface PropertyMap
extends java.util.Map


Method Summary
 boolean containsKey(PropertyKey key)
           
 java.lang.Object get(PropertyKey key)
           
 java.lang.Object put(PropertyKey key, java.lang.Object value)
           
 void putAll(PropertyMap t)
           
 java.lang.Object remove(PropertyKey key)
           
 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

containsKey

public boolean containsKey(PropertyKey key)

get

public java.lang.Object get(PropertyKey key)

put

public java.lang.Object put(PropertyKey key,
                            java.lang.Object value)

remove

public java.lang.Object remove(PropertyKey key)

putAll

public void putAll(PropertyMap t)

saveState

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

restoreState

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


Copyright © 2003-2004 Oracle Corporation. All Rights Reserved.