|
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.ManagedBeanBean
public class ManagedBeanBean
Configuration bean for <managed-bean> element.
| Constructor Summary | |
|---|---|
ManagedBeanBean()
|
|
| Method Summary | |
|---|---|
void |
addManagedProperty(ManagedPropertyBean descriptor)
|
ListEntriesBean |
getListEntries()
Return the current listEntries object
for this configuration bean. |
String |
getManagedBeanClass()
|
String |
getManagedBeanName()
|
String |
getManagedBeanScope()
|
ManagedPropertyBean[] |
getManagedProperties()
|
ManagedPropertyBean |
getManagedProperty(String name)
|
MapEntriesBean |
getMapEntries()
Return the current mapEntries object
for this configuration bean. |
void |
removeManagedProperty(ManagedPropertyBean descriptor)
|
void |
setListEntries(ListEntriesBean listEntries)
Set the current listEntries object
for this configuration bean. |
void |
setManagedBeanClass(String managedBeanClass)
|
void |
setManagedBeanName(String managedBeanName)
|
void |
setManagedBeanScope(String managedBeanScope)
|
void |
setMapEntries(MapEntriesBean mapEntries)
Set the current mapEntries object
for this configuration bean. |
| 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 ManagedBeanBean()
| Method Detail |
|---|
public String getManagedBeanClass()
public void setManagedBeanClass(String managedBeanClass)
public String getManagedBeanName()
public void setManagedBeanName(String managedBeanName)
public String getManagedBeanScope()
public void setManagedBeanScope(String managedBeanScope)
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 void addManagedProperty(ManagedPropertyBean descriptor)
public ManagedPropertyBean getManagedProperty(String name)
public ManagedPropertyBean[] getManagedProperties()
public void removeManagedProperty(ManagedPropertyBean descriptor)
public 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 object
|
Mojarra JSF Tools 2.1.28.SP9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||