|
Mojarra JSF Tools 2.1.28.SP9 | |||||||||
| 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. |
String |
getPropertyClass()
|
String |
getPropertyName()
|
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(String propertyClass)
|
void |
setPropertyName(String propertyName)
|
void |
setValue(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 String getPropertyClass()
public void setPropertyClass(String propertyClass)
public String getPropertyName()
public void setPropertyName(String propertyName)
public String getValue()
public void setValue(String value)
public ListEntriesBean getListEntries()
ListEntriesHolderReturn the current listEntries object
for this configuration bean.
getListEntries in interface ListEntriesHolderpublic void setListEntries(ListEntriesBean listEntries)
ListEntriesHolderSet the current listEntries object
for this configuration bean.
setListEntries in interface ListEntriesHolderlistEntries - The new listEntries objectpublic MapEntriesBean getMapEntries()
MapEntriesHolderReturn the current mapEntries object
for this configuration bean.
getMapEntries in interface MapEntriesHolderpublic void setMapEntries(MapEntriesBean mapEntries)
MapEntriesHolderSet the current mapEntries object
for this configuration bean.
setMapEntries in interface MapEntriesHoldermapEntries - The new mapEntries objectpublic boolean isNullValue()
NullValueHolderReturn a flag indicating that the value of the parent
compoennt should be set to null.
isNullValue in interface NullValueHolderpublic void setNullValue(boolean nullValue)
NullValueHolderSet a flag indicating that the value of the parent
component should be set to null.
setNullValue in interface NullValueHoldernullValue - The new null value flag
|
Mojarra JSF Tools 2.1.28.SP9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||