|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.faces.config.beans.FeatureBean
com.sun.faces.config.beans.ManagedPropertyBean
public class ManagedPropertyBean
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 |
---|
public ManagedPropertyBean()
Method Detail |
---|
public java.lang.String getPropertyClass()
public void setPropertyClass(java.lang.String propertyClass)
public java.lang.String getPropertyName()
public void setPropertyName(java.lang.String propertyName)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public ListEntriesBean getListEntries()
ListEntriesHolder
Return the current listEntries
object
for this configuration bean.
getListEntries
in interface ListEntriesHolder
public void setListEntries(ListEntriesBean listEntries)
ListEntriesHolder
Set the current listEntries
object
for this configuration bean.
setListEntries
in interface ListEntriesHolder
listEntries
- The new listEntries
objectpublic MapEntriesBean getMapEntries()
MapEntriesHolder
Return the current mapEntries
object
for this configuration bean.
getMapEntries
in interface MapEntriesHolder
public void setMapEntries(MapEntriesBean mapEntries)
MapEntriesHolder
Set the current mapEntries
object
for this configuration bean.
setMapEntries
in interface MapEntriesHolder
mapEntries
- The new mapEntries
objectpublic boolean isNullValue()
NullValueHolder
Return a flag indicating that the value of the parent
compoennt should be set to null
.
isNullValue
in interface NullValueHolder
public void setNullValue(boolean nullValue)
NullValueHolder
Set a flag indicating that the value of the parent
component should be set to null
.
setNullValue
in interface NullValueHolder
nullValue
- The new null value flag
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |