|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.webbeans.config.ManagedBeanConfigurator
public final class ManagedBeanConfigurator
Configures Simple WebBeans Component.
Contains useful static methods for creating Simple WebBeans Components.
| Method Summary | ||
|---|---|---|
static void |
checkManagedBeanCondition(Class<?> clazz)
Checks the implementation class for checking conditions. |
|
static
|
define(Class<T> clazz,
WebBeansType type)
Deprecated. |
|
static boolean |
isManagedBean(Class<?> clazz)
Returns true if this class can be candidate for simple web bean, false otherwise. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void checkManagedBeanCondition(Class<?> clazz)
throws WebBeansConfigurationException
clazz - implementation class
WebBeansConfigurationException - if any configuration exception occurs
public static boolean isManagedBean(Class<?> clazz)
throws WebBeansConfigurationException
clazz - implementation class
WebBeansConfigurationException - if any configuration exception occurs
public static <T> ManagedBean<T> define(Class<T> clazz,
WebBeansType type)
throws WebBeansConfigurationException
clazz - Simple WebBean Component implementation class
WebBeansConfigurationException - if any configuration exception occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||