org.apache.myfaces.config.impl.digester.elements
Class ManagedProperty
java.lang.Object
org.apache.myfaces.config.impl.digester.elements.ManagedProperty
- All Implemented Interfaces:
- ManagedProperty
- public class ManagedProperty
- extends java.lang.Object
- implements ManagedProperty
- Version:
- $Revision: 1.3 $ $Date: 2004/10/13 11:51:00 $
$Log: ManagedProperty.java,v $
Revision 1.3 2004/10/13 11:51:00 matze
renamed packages to org.apache
Revision 1.2 2004/10/05 22:34:21 dave0000
bug 1021656 with related improvements
- Author:
- Oliver Rossmueller (latest modification by $Author: matze $), Anton Koinov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedProperty
public ManagedProperty()
getType
public int getType()
- Specified by:
getType
in interface ManagedProperty
getMapEntries
public MapEntries getMapEntries()
- Specified by:
getMapEntries
in interface ManagedProperty
setMapEntries
public void setMapEntries(MapEntries mapEntries)
getListEntries
public ListEntries getListEntries()
- Specified by:
getListEntries
in interface ManagedProperty
setListEntries
public void setListEntries(ListEntries listEntries)
getPropertyName
public java.lang.String getPropertyName()
- Specified by:
getPropertyName
in interface ManagedProperty
setPropertyName
public void setPropertyName(java.lang.String propertyName)
getPropertyClass
public java.lang.String getPropertyClass()
- Specified by:
getPropertyClass
in interface ManagedProperty
setPropertyClass
public void setPropertyClass(java.lang.String propertyClass)
isNullValue
public boolean isNullValue()
setNullValue
public void setNullValue()
setValue
public void setValue(java.lang.String value)
getRuntimeValue
public java.lang.Object getRuntimeValue(javax.faces.context.FacesContext facesContext)
- Specified by:
getRuntimeValue
in interface ManagedProperty