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

java.lang.Object
  extended by org.apache.myfaces.config.element.ManagedProperty
      extended by org.apache.myfaces.config.impl.digester.elements.ManagedPropertyImpl
All Implemented Interfaces:
Serializable

public class ManagedPropertyImpl
extends ManagedProperty
implements Serializable

Version:
$Revision: 1537800 $ $Date: 2013-11-01 02:55:08 +0100 (Fri, 01 Nov 2013) $
Author:
Oliver Rossmueller (latest modification by $Author: lu4242 $), Anton Koinov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.myfaces.config.element.ManagedProperty
TYPE_LIST, TYPE_MAP, TYPE_NULL, TYPE_UNKNOWN, TYPE_VALUE
 
Constructor Summary
ManagedPropertyImpl()
           
 
Method Summary
 ListEntries getListEntries()
           
 MapEntries getMapEntries()
           
 String getPropertyClass()
           
 String getPropertyName()
           
 Object getRuntimeValue(FacesContext facesContext)
           
 int getType()
           
 String getValue()
           
 ValueBinding getValueBinding(FacesContext facesContext)
           
 boolean isNullValue()
           
 boolean isValueReference()
           
 void setListEntries(ListEntriesImpl listEntries)
           
 void setMapEntries(MapEntries mapEntries)
           
 void setNullValue()
           
 void setPropertyClass(String propertyClass)
           
 void setPropertyName(String propertyName)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedPropertyImpl

public ManagedPropertyImpl()
Method Detail

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(ListEntriesImpl 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 © 2014 The Apache Software Foundation. All rights reserved.