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 ManagedProperty
public MapEntries getMapEntries()
getMapEntries
in interface ManagedProperty
public void setMapEntries(MapEntries mapEntries)
public ListEntries getListEntries()
getListEntries
in interface ManagedProperty
public void setListEntries(ListEntries listEntries)
public String getPropertyName()
getPropertyName
in interface ManagedProperty
public void setPropertyName(String propertyName)
public String getPropertyClass()
getPropertyClass
in interface ManagedProperty
public 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 ManagedProperty
public javax.faces.el.ValueBinding getValueBinding(javax.faces.context.FacesContext facesContext)
getValueBinding
in interface ManagedProperty
public boolean isValueReference()
isValueReference
in interface ManagedProperty
Copyright © 2013 Apache Software Foundation. All Rights Reserved.