public class ManagedBean extends Object implements ManagedBean
INIT_MODE_LIST, INIT_MODE_MAP, INIT_MODE_NO_INIT, INIT_MODE_PROPERTIES
Constructor and Description |
---|
ManagedBean() |
Modifier and Type | Method and Description |
---|---|
void |
addProperty(ManagedProperty value) |
int |
getInitMode() |
ListEntries |
getListEntries() |
Class |
getManagedBeanClass() |
String |
getManagedBeanClassName() |
String |
getManagedBeanName() |
String |
getManagedBeanScope() |
Iterator |
getManagedProperties() |
MapEntries |
getMapEntries() |
void |
setBeanClass(String beanClass) |
void |
setListEntries(ListEntries listEntries) |
void |
setMapEntries(MapEntries mapEntries) |
void |
setName(String name) |
void |
setScope(String scope) |
public int getInitMode()
getInitMode
in interface ManagedBean
public MapEntries getMapEntries()
getMapEntries
in interface ManagedBean
public void setMapEntries(MapEntries mapEntries)
public ListEntries getListEntries()
getListEntries
in interface ManagedBean
public void setListEntries(ListEntries listEntries)
public String getManagedBeanName()
getManagedBeanName
in interface ManagedBean
public void setName(String name)
public String getManagedBeanClassName()
getManagedBeanClassName
in interface ManagedBean
public Class getManagedBeanClass()
getManagedBeanClass
in interface ManagedBean
public void setBeanClass(String beanClass)
public String getManagedBeanScope()
getManagedBeanScope
in interface ManagedBean
public void setScope(String scope)
public void addProperty(ManagedProperty value)
public Iterator getManagedProperties()
getManagedProperties
in interface ManagedBean
ManagedProperty
entriesCopyright © 2013 Apache Software Foundation. All Rights Reserved.