org.apache.myfaces.config.impl.digester.elements
Class ManagedProperty
java.lang.Object
   org.apache.myfaces.config.impl.digester.elements.ElementBaseImpl
org.apache.myfaces.config.impl.digester.elements.ElementBaseImpl
       org.apache.myfaces.config.impl.digester.elements.ManagedProperty
org.apache.myfaces.config.impl.digester.elements.ManagedProperty
- All Implemented Interfaces: 
- ElementBase, ManagedProperty
- public class ManagedProperty 
- extends ElementBaseImpl- implements ManagedProperty
- Version:
- $Revision: 530668 $ $Date: 2007-04-20 01:40:54 -0500 (Fri, 20 Apr 2007) $
- Author:
- Oliver Rossmueller (latest modification by $Author: mmarinschek $), 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:
- getTypein interface- ManagedProperty
 
- 
 
getMapEntries
public MapEntries getMapEntries()
- 
- Specified by:
- getMapEntriesin interface- ManagedProperty
 
- 
 
setMapEntries
public void setMapEntries(MapEntries mapEntries)
- 
 
- 
 
getListEntries
public ListEntries getListEntries()
- 
- Specified by:
- getListEntriesin interface- ManagedProperty
 
- 
 
setListEntries
public void setListEntries(ListEntries listEntries)
- 
 
- 
 
getPropertyName
public java.lang.String getPropertyName()
- 
- Specified by:
- getPropertyNamein interface- ManagedProperty
 
- 
 
setPropertyName
public void setPropertyName(java.lang.String propertyName)
- 
 
- 
 
getPropertyClass
public java.lang.String getPropertyClass()
- 
- Specified by:
- getPropertyClassin 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)
- 
 
- 
 
getValue
public java.lang.String getValue()
- 
 
- 
 
getRuntimeValue
public java.lang.Object getRuntimeValue(javax.faces.context.FacesContext facesContext)
- 
- Specified by:
- getRuntimeValuein interface- ManagedProperty
 
- 
 
getValueBinding
public javax.faces.el.ValueBinding getValueBinding(javax.faces.context.FacesContext facesContext)
- 
- Specified by:
- getValueBindingin interface- ManagedProperty
 
- 
 
isValueReference
public boolean isValueReference()
- 
- Specified by:
- isValueReferencein interface- ManagedProperty
 
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.