org.apache.myfaces.config.impl.digester.elements

Class ManagedProperty

Implemented Interfaces:
ManagedProperty

public class ManagedProperty
extends java.lang.Object
implements ManagedProperty

Version:
$Revision: 279999 $ $Date: 2005-09-10 14:37:54 +0200 (Sat, 10 Sep 2005) $
Authors:
Oliver Rossmueller (latest modification by $Author: oros $)
Anton Koinov

Fields inherited from interface org.apache.myfaces.config.element.ManagedProperty

TYPE_LIST, TYPE_MAP, TYPE_NULL, TYPE_UNKNOWN, TYPE_VALUE

Method Summary

ListEntries
getListEntries()
MapEntries
getMapEntries()
String
getPropertyClass()
String
getPropertyName()
Object
getRuntimeValue(FacesContext facesContext)
int
getType()
ValueBinding
getValueBinding(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)

Method Details

getListEntries

public ListEntries getListEntries()
Specified by:
getListEntries in interface ManagedProperty

getMapEntries

public MapEntries getMapEntries()
Specified by:
getMapEntries in interface ManagedProperty

getPropertyClass

public String getPropertyClass()
Specified by:
getPropertyClass in interface ManagedProperty

getPropertyName

public String getPropertyName()
Specified by:
getPropertyName in interface ManagedProperty

getRuntimeValue

public Object getRuntimeValue(FacesContext facesContext)
Specified by:
getRuntimeValue in interface ManagedProperty

getType

public int getType()
Specified by:
getType in interface ManagedProperty

getValueBinding

public ValueBinding getValueBinding(FacesContext facesContext)
Specified by:
getValueBinding in interface ManagedProperty

isNullValue

public boolean isNullValue()

isValueReference

public boolean isValueReference()
Specified by:
isValueReference in interface ManagedProperty

setListEntries

public void setListEntries(ListEntries listEntries)

setMapEntries

public void setMapEntries(MapEntries mapEntries)

setNullValue

public void setNullValue()

setPropertyClass

public void setPropertyClass(String propertyClass)

setPropertyName

public void setPropertyName(String propertyName)

setValue

public void setValue(String value)