|
|||||||||
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. |
java.lang.String |
getManagedBeanClass()
|
java.lang.String |
getManagedBeanName()
|
java.lang.String |
getManagedBeanScope()
|
ManagedPropertyBean[] |
getManagedProperties()
|
ManagedPropertyBean |
getManagedProperty(java.lang.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(java.lang.String managedBeanClass)
|
void |
setManagedBeanName(java.lang.String managedBeanName)
|
void |
setManagedBeanScope(java.lang.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 java.lang.String getManagedBeanClass()
public void setManagedBeanClass(java.lang.String managedBeanClass)
public java.lang.String getManagedBeanName()
public void setManagedBeanName(java.lang.String managedBeanName)
public java.lang.String getManagedBeanScope()
public void setManagedBeanScope(java.lang.String managedBeanScope)
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 void addManagedProperty(ManagedPropertyBean descriptor)
public ManagedPropertyBean getManagedProperty(java.lang.String name)
public ManagedPropertyBean[] getManagedProperties()
public void removeManagedProperty(ManagedPropertyBean descriptor)
public 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
object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |