org.apache.myfaces.config.impl.digester.elements
Class ManagedProperty
java.lang.Object
org.apache.myfaces.config.element.ManagedProperty
org.apache.myfaces.config.impl.digester.elements.ManagedProperty
- All Implemented Interfaces:
- Serializable
public class ManagedProperty
- extends ManagedProperty
- implements Serializable
- Version:
- $Revision: 1039554 $ $Date: 2010-11-26 15:32:39 -0500 (Fri, 26 Nov 2010) $
- Author:
- Oliver Rossmueller (latest modification by $Author: lu4242 $), Anton Koinov
- See Also:
- Serialized Form
| 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 class ManagedProperty
getMapEntries
public MapEntries getMapEntries()
- Specified by:
getMapEntries in class ManagedProperty
setMapEntries
public void setMapEntries(MapEntries mapEntries)
getListEntries
public ListEntries getListEntries()
- Specified by:
getListEntries in class ManagedProperty
setListEntries
public void setListEntries(ListEntries listEntries)
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyName in class ManagedProperty
setPropertyName
public void setPropertyName(String propertyName)
getPropertyClass
public String getPropertyClass()
- Specified by:
getPropertyClass in class ManagedProperty
setPropertyClass
public void setPropertyClass(String propertyClass)
isNullValue
public boolean isNullValue()
setNullValue
public void setNullValue()
setValue
public void setValue(String value)
getValue
public String getValue()
getRuntimeValue
public Object getRuntimeValue(FacesContext facesContext)
- Specified by:
getRuntimeValue in class ManagedProperty
getValueBinding
public ValueBinding getValueBinding(FacesContext facesContext)
- Specified by:
getValueBinding in class ManagedProperty
isValueReference
public boolean isValueReference()
- Specified by:
isValueReference in class ManagedProperty
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.