public class ManagedProperty extends java.lang.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() |
java.lang.String |
getPropertyClass() |
java.lang.String |
getPropertyName() |
java.lang.Object |
getRuntimeValue(javax.faces.context.FacesContext facesContext) |
int |
getType() |
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(java.lang.String propertyClass) |
void |
setPropertyName(java.lang.String propertyName) |
void |
setValue(java.lang.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 java.lang.String getPropertyName()
getPropertyName in interface ManagedPropertypublic void setPropertyName(java.lang.String propertyName)
public java.lang.String getPropertyClass()
getPropertyClass in interface ManagedPropertypublic void setPropertyClass(java.lang.String propertyClass)
public boolean isNullValue()
public void setNullValue()
public void setValue(java.lang.String value)
public java.lang.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 ManagedProperty