Package | Description |
---|---|
org.apache.myfaces.trinidad.bean | |
org.apache.myfaces.trinidad.bean.util |
Modifier and Type | Method and Description |
---|---|
protected PropertyMap |
FacesBeanImpl.createExpressionsMap() |
protected PropertyMap |
FacesBeanImpl.createPropertyMap() |
Modifier and Type | Class and Description |
---|---|
class |
FlaggedPropertyMap |
class |
PropertyArrayMap |
class |
PropertyHashMap |
Modifier and Type | Method and Description |
---|---|
protected PropertyMap |
PropertyHashMap.createDeltaPropertyMap() |
protected PropertyMap |
PropertyArrayMap.createDeltaPropertyMap() |
protected PropertyMap |
FlaggedPropertyMap.createMap() |
protected PropertyMap |
FlaggedPropertyMap.getPropertyMap(boolean createIfNull) |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
PropertyHashMap(PropertyMap map) |
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.