public interface ManagedBean
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 |
Modifier and Type | Method and Description |
---|---|
int |
getInitMode() |
ListEntries |
getListEntries() |
Class |
getManagedBeanClass() |
String |
getManagedBeanClassName() |
String |
getManagedBeanName() |
String |
getManagedBeanScope() |
Iterator |
getManagedProperties() |
MapEntries |
getMapEntries() |
static final int INIT_MODE_NO_INIT
static final int INIT_MODE_PROPERTIES
static final int INIT_MODE_MAP
static final int INIT_MODE_LIST
String getManagedBeanName()
String getManagedBeanClassName()
Class getManagedBeanClass()
String getManagedBeanScope()
int getInitMode()
Iterator getManagedProperties()
ManagedProperty
entriesMapEntries getMapEntries()
ListEntries getListEntries()
Copyright © 2013 Apache Software Foundation. All Rights Reserved.