|
||||||||||
| 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.
| Constructor Summary | |
|---|---|
ManagedBeanConfigurator(WebBeansContext webBeansContext)
|
|
| Method Summary | ||
|---|---|---|
void |
checkManagedBeanCondition(Class<?> clazz)
|
|
|
define(Class<T> clazz,
WebBeansType type)
Deprecated. |
|
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 |
| Constructor Detail |
|---|
public ManagedBeanConfigurator(WebBeansContext webBeansContext)
| Method Detail |
|---|
public void checkManagedBeanCondition(Class<?> clazz)
throws WebBeansConfigurationException
WebBeansConfigurationException
public boolean isManagedBean(Class<?> clazz)
throws WebBeansConfigurationException
clazz - implementation class
WebBeansConfigurationException - if any configuration exception occurs
public <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 | |||||||||