public class ManagedProperty extends Object implements ManagedProperty
TYPE_LIST, TYPE_MAP, TYPE_NULL, TYPE_UNKNOWN, TYPE_VALUE| Constructor and Description |
|---|
ManagedProperty() |
| Modifier and Type | Method and Description |
|---|---|
ListEntries |
getListEntries() |
MapEntries |
getMapEntries() |
String |
getPropertyClass() |
String |
getPropertyName() |
Object |
getRuntimeValue(javax.faces.context.FacesContext facesContext) |
int |
getType() |
String |
getValue() |
javax.faces.el.ValueBinding |
getValueBinding(javax.faces.context.FacesContext facesContext) |
boolean |
isNullValue() |
boolean |
isValueReference() |
void |
setListEntries(ListEntries listEntries) |
void |
setMapEntries(MapEntries mapEntries) |
void |
setNullValue() |
void |
setPropertyClass(String propertyClass) |
void |
setPropertyName(String propertyName) |
void |
setValue(String value) |
public int getType()
getType in interface ManagedPropertypublic MapEntries getMapEntries()
getMapEntries in interface ManagedPropertypublic void setMapEntries(MapEntries mapEntries)
public ListEntries getListEntries()
getListEntries in interface ManagedPropertypublic void setListEntries(ListEntries listEntries)
public String getPropertyName()
getPropertyName in interface ManagedPropertypublic void setPropertyName(String propertyName)
public String getPropertyClass()
getPropertyClass in interface ManagedPropertypublic void setPropertyClass(String propertyClass)
public boolean isNullValue()
public void setNullValue()
public void setValue(String value)
public String getValue()
public Object getRuntimeValue(javax.faces.context.FacesContext facesContext)
getRuntimeValue in interface ManagedPropertypublic javax.faces.el.ValueBinding getValueBinding(javax.faces.context.FacesContext facesContext)
getValueBinding in interface ManagedPropertypublic boolean isValueReference()
isValueReference in interface ManagedPropertyCopyright © 2013 Apache Software Foundation. All Rights Reserved.