org.apache.myfaces.config.element
public interface ManagedProperty
Version: $Revision: 279999 $ $Date: 2005-09-10 14:37:54 +0200 (Sat, 10 Sep 2005) $
Field Summary | |
---|---|
static int | TYPE_LIST |
static int | TYPE_MAP |
static int | TYPE_NULL |
static int | TYPE_UNKNOWN |
static int | TYPE_VALUE |
Method Summary | |
---|---|
ListEntries | getListEntries() |
MapEntries | getMapEntries() |
String | getPropertyClass() |
String | getPropertyName() |
Object | getRuntimeValue(FacesContext facesContext) |
int | getType() |
ValueBinding | getValueBinding(FacesContext facesContext) |
boolean | isValueReference() |