public abstract class ManagedBean extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
| static int | INIT_MODE_LIST | 
| static int | INIT_MODE_MAP | 
| static int | INIT_MODE_NO_INIT | 
| static int | INIT_MODE_PROPERTIES | 
| Constructor and Description | 
|---|
| ManagedBean() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract String | getDescription() | 
| abstract String | getEager()Returns the value of the eager attribute. | 
| abstract int | getInitMode() | 
| abstract ListEntries | getListEntries() | 
| abstract Class<?> | getManagedBeanClass() | 
| abstract String | getManagedBeanClassName() | 
| abstract String | getManagedBeanName() | 
| abstract String | getManagedBeanScope() | 
| abstract javax.el.ValueExpression | getManagedBeanScopeValueExpression(FacesContext facesContext)Returns the ValueExpression for managed-bean-scope
 or null, if managed-bean-scope is literal. | 
| abstract Collection<? extends ManagedProperty> | getManagedProperties() | 
| abstract MapEntries | getMapEntries() | 
| abstract boolean | isManagedBeanScopeValueExpression()Is the value of managed-bean-scope a EL ValueExpression? | 
public static final int INIT_MODE_NO_INIT
public static final int INIT_MODE_PROPERTIES
public static final int INIT_MODE_MAP
public static final int INIT_MODE_LIST
public abstract String getDescription()
public abstract String getManagedBeanName()
public abstract String getManagedBeanClassName()
public abstract Class<?> getManagedBeanClass()
public abstract String getManagedBeanScope()
public abstract int getInitMode()
public abstract Collection<? extends ManagedProperty> getManagedProperties()
ManagedProperty entriespublic abstract MapEntries getMapEntries()
public abstract ListEntries getListEntries()
public abstract boolean isManagedBeanScopeValueExpression()
public abstract javax.el.ValueExpression getManagedBeanScopeValueExpression(FacesContext facesContext)
facesContext - public abstract String getEager()
Copyright © 2025 The Apache Software Foundation. All rights reserved.