org.apache.myfaces.config.element
Interface ManagedBean

All Known Implementing Classes:
ManagedBean

public interface ManagedBean

Version:
$Revision: 830253 $ $Date: 2009-10-27 12:11:44 -0500 (Tue, 27 Oct 2009) $
Author:
Manfred Geiler (latest modification by $Author: lu4242 $)

Field Summary
static int INIT_MODE_LIST
           
static int INIT_MODE_MAP
           
static int INIT_MODE_NO_INIT
           
static int INIT_MODE_PROPERTIES
           
 
Method Summary
 java.lang.String getDescription()
           
 int getInitMode()
           
 ListEntries getListEntries()
           
 java.lang.Class<?> getManagedBeanClass()
           
 java.lang.String getManagedBeanClassName()
           
 java.lang.String getManagedBeanName()
           
 java.lang.String getManagedBeanScope()
           
 javax.el.ValueExpression getManagedBeanScopeValueExpression(FacesContext facesContext)
          Returns the ValueExpression for managed-bean-scope or null, if managed-bean-scope is literal.
 java.util.Collection<? extends ManagedProperty> getManagedProperties()
           
 MapEntries getMapEntries()
           
 boolean isManagedBeanScopeValueExpression()
          Is the value of managed-bean-scope a EL ValueExpression?
 

Field Detail

INIT_MODE_NO_INIT

static final int INIT_MODE_NO_INIT
See Also:
Constant Field Values

INIT_MODE_PROPERTIES

static final int INIT_MODE_PROPERTIES
See Also:
Constant Field Values

INIT_MODE_MAP

static final int INIT_MODE_MAP
See Also:
Constant Field Values

INIT_MODE_LIST

static final int INIT_MODE_LIST
See Also:
Constant Field Values
Method Detail

getDescription

java.lang.String getDescription()

getManagedBeanName

java.lang.String getManagedBeanName()

getManagedBeanClassName

java.lang.String getManagedBeanClassName()

getManagedBeanClass

java.lang.Class<?> getManagedBeanClass()

getManagedBeanScope

java.lang.String getManagedBeanScope()

getInitMode

int getInitMode()

getManagedProperties

java.util.Collection<? extends ManagedProperty> getManagedProperties()
Returns:
Iterator over ManagedProperty entries

getMapEntries

MapEntries getMapEntries()

getListEntries

ListEntries getListEntries()

isManagedBeanScopeValueExpression

boolean isManagedBeanScopeValueExpression()
Is the value of managed-bean-scope a EL ValueExpression?

Returns:
Since:
2.0

getManagedBeanScopeValueExpression

javax.el.ValueExpression getManagedBeanScopeValueExpression(FacesContext facesContext)
Returns the ValueExpression for managed-bean-scope or null, if managed-bean-scope is literal.

Parameters:
facesContext -
Returns:
Since:
2.0


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.