|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyMap | |
---|---|
org.apache.myfaces.trinidad.bean | |
org.apache.myfaces.trinidad.bean.util |
Uses of PropertyMap in org.apache.myfaces.trinidad.bean |
---|
Methods in org.apache.myfaces.trinidad.bean that return PropertyMap | |
---|---|
protected PropertyMap |
FacesBeanImpl.createExpressionsMap()
|
protected PropertyMap |
FacesBeanImpl.createPropertyMap()
|
Uses of PropertyMap in org.apache.myfaces.trinidad.bean.util |
---|
Classes in org.apache.myfaces.trinidad.bean.util that implement PropertyMap | |
---|---|
class |
FlaggedPropertyMap
|
class |
PropertyArrayMap
|
class |
PropertyHashMap
|
Methods in org.apache.myfaces.trinidad.bean.util that return PropertyMap | |
---|---|
protected PropertyMap |
PropertyHashMap.createDeltaPropertyMap()
|
protected PropertyMap |
PropertyArrayMap.createDeltaPropertyMap()
|
protected PropertyMap |
FlaggedPropertyMap.createMap()
|
protected PropertyMap |
FlaggedPropertyMap.getPropertyMap(boolean createIfNull)
|
Methods in org.apache.myfaces.trinidad.bean.util with parameters of type PropertyMap | |
---|---|
static void |
StateUtils.restoreState(PropertyMap map,
javax.faces.context.FacesContext context,
FacesBean.Type type,
Object state,
boolean useStateHolder)
Generic (unoptimized) version of PropertyMap state restoring. |
static Object |
StateUtils.saveState(PropertyMap map,
javax.faces.context.FacesContext context,
boolean useStateHolder)
Generic (unoptimized) version of PropertyMap state saving. |
Constructors in org.apache.myfaces.trinidad.bean.util with parameters of type PropertyMap | |
---|---|
PropertyHashMap(PropertyMap map)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |