org.apache.myfaces.config.element
Interface ManagedBean
- All Known Implementing Classes:
- ManagedBean
- public interface ManagedBean
- Version:
- $Revision: 1.2 $ $Date: 2004/10/13 11:50:59 $
$Log: ManagedBean.java,v $
Revision 1.2 2004/10/13 11:50:59 matze
renamed packages to org.apache
Revision 1.1 2004/07/07 00:25:04 o_rossmueller
tidy up config/confignew package (moved confignew classes to package config)
Revision 1.3 2004/07/01 22:05:04 mwessendorf
ASF switch
Revision 1.2 2004/06/16 23:02:22 o_rossmueller
merged confignew_branch
Revision 1.1.2.1 2004/06/16 02:07:22 o_rossmueller
get navigation rules from RuntimeConfig
refactored all remaining usages of MyFacesFactoryFinder to use RuntimeConfig
Revision 1.1 2004/05/17 14:28:26 manolito
new configuration concept
- Author:
- Manfred Geiler (latest modification by $Author: matze $)
INIT_MODE_NO_INIT
public static final int INIT_MODE_NO_INIT
- See Also:
- Constant Field Values
INIT_MODE_PROPERTIES
public static final int INIT_MODE_PROPERTIES
- See Also:
- Constant Field Values
INIT_MODE_MAP
public static final int INIT_MODE_MAP
- See Also:
- Constant Field Values
INIT_MODE_LIST
public static final int INIT_MODE_LIST
- See Also:
- Constant Field Values
getManagedBeanName
public java.lang.String getManagedBeanName()
getManagedBeanClassName
public java.lang.String getManagedBeanClassName()
getManagedBeanClass
public java.lang.Class getManagedBeanClass()
getManagedBeanScope
public java.lang.String getManagedBeanScope()
getInitMode
public int getInitMode()
getManagedProperties
public java.util.Iterator getManagedProperties()
- Returns:
- Iterator over
ManagedProperty
entries
getMapEntries
public MapEntries getMapEntries()
getListEntries
public ListEntries getListEntries()