| Package | Description |
|---|---|
| org.apache.webbeans.config | |
| org.apache.webbeans.plugins | |
| org.apache.webbeans.util |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedBeanConfigurator.checkManagedBeanCondition(Class<?> clazz) |
<T> ManagedBean<T> |
ManagedBeanConfigurator.define(Class<T> clazz,
WebBeansType type)
Deprecated.
|
boolean |
ManagedBeanConfigurator.isManagedBean(Class<?> clazz)
Returns true if this class can be candidate for simple web bean, false otherwise.
|
static boolean |
EJBWebBeansConfigurator.isSessionBean(Class<?> clazz,
WebBeansContext webBeansContext)
Returns true if given class is an deployed ejb bean class, false otherwise.
|
void |
OpenWebBeansConfiguration.parseConfiguration()
(re)read the configuration from the resources in the classpath.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginLoader.shutDown()
Tell all the plugins to free up all locked resources.
|
void |
PluginLoader.startUp()
load and startup all registered plugins.
|
static void |
PluginLoader.throwsException(Exception e) |
| Modifier and Type | Method and Description |
|---|---|
<X> void |
WebBeansUtil.checkManagedBeanCondition(javax.enterprise.inject.spi.AnnotatedType<X> type)
Checks the implementation class for checking conditions.
|
<T> Constructor<T> |
WebBeansUtil.defineConstructor(Class<T> clazz)
Defines applicable constructor.
|
boolean |
WebBeansUtil.isConstructureOk(Class<?> clazz)
Check that simple web beans class has compatible constructor.
|
<T> T |
WebBeansUtil.newInstanceForced(Class<T> clazz)
Create a new instance of the given class using it's default constructor
regardless if the constructor is visible or not.
|
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.