com.sun.faces.config.beans
Class ManagedPropertyBean

java.lang.Object
  extended by com.sun.faces.config.beans.FeatureBean
      extended by com.sun.faces.config.beans.ManagedPropertyBean
All Implemented Interfaces:
ListEntriesHolder, MapEntriesHolder, NullValueHolder

public class ManagedPropertyBean
extends FeatureBean
implements ListEntriesHolder, MapEntriesHolder, NullValueHolder

Configuration bean for <managed-property> element.


Constructor Summary
ManagedPropertyBean()
           
 
Method Summary
 ListEntriesBean getListEntries()
          Return the current listEntries object for this configuration bean.
 MapEntriesBean getMapEntries()
          Return the current mapEntries object for this configuration bean.
 java.lang.String getPropertyClass()
           
 java.lang.String getPropertyName()
           
 java.lang.String getValue()
           
 boolean isNullValue()
          Return a flag indicating that the value of the parent compoennt should be set to null.
 void setListEntries(ListEntriesBean listEntries)
          Set the current listEntries object for this configuration bean.
 void setMapEntries(MapEntriesBean mapEntries)
          Set the current mapEntries object for this configuration bean.
 void setNullValue(boolean nullValue)
          Set a flag indicating that the value of the parent component should be set to null.
 void setPropertyClass(java.lang.String propertyClass)
           
 void setPropertyName(java.lang.String propertyName)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class com.sun.faces.config.beans.FeatureBean
addDescription, addDisplayName, addIcon, getDescription, getDescriptions, getDisplayName, getDisplayNames, getIcon, getIcons, removeDescription, removeDisplayName, removeIcon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedPropertyBean

public ManagedPropertyBean()
Method Detail

getPropertyClass

public java.lang.String getPropertyClass()

setPropertyClass

public void setPropertyClass(java.lang.String propertyClass)

getPropertyName

public java.lang.String getPropertyName()

setPropertyName

public void setPropertyName(java.lang.String propertyName)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

getListEntries

public ListEntriesBean getListEntries()
Description copied from interface: ListEntriesHolder

Return the current listEntries object for this configuration bean.

Specified by:
getListEntries in interface ListEntriesHolder

setListEntries

public void setListEntries(ListEntriesBean listEntries)
Description copied from interface: ListEntriesHolder

Set the current listEntries object for this configuration bean.

Specified by:
setListEntries in interface ListEntriesHolder
Parameters:
listEntries - The new listEntries object

getMapEntries

public MapEntriesBean getMapEntries()
Description copied from interface: MapEntriesHolder

Return the current mapEntries object for this configuration bean.

Specified by:
getMapEntries in interface MapEntriesHolder

setMapEntries

public void setMapEntries(MapEntriesBean mapEntries)
Description copied from interface: MapEntriesHolder

Set the current mapEntries object for this configuration bean.

Specified by:
setMapEntries in interface MapEntriesHolder
Parameters:
mapEntries - The new mapEntries object

isNullValue

public boolean isNullValue()
Description copied from interface: NullValueHolder

Return a flag indicating that the value of the parent compoennt should be set to null.

Specified by:
isNullValue in interface NullValueHolder

setNullValue

public void setNullValue(boolean nullValue)
Description copied from interface: NullValueHolder

Set a flag indicating that the value of the parent component should be set to null.

Specified by:
setNullValue in interface NullValueHolder
Parameters:
nullValue - The new null value flag


Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.