Package | Description |
---|---|
org.apache.webbeans.config | |
org.apache.webbeans.jms.plugin | |
org.apache.webbeans.jsf.plugin | |
org.apache.webbeans.plugins | |
org.apache.webbeans.util |
Modifier and Type | Method and Description |
---|---|
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 |
OpenWebBeansJmsPlugin.shutDown() |
Modifier and Type | Method and Description |
---|---|
void |
OpenWebBeansJsfPlugin.isManagedBean(Class<?> clazz)
Make sure that the given class is ok for simple web bean conditions,
otherwise throw a
WebBeansConfigurationException |
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.
|
void |
WebBeansUtil.checkManagedBeanCondition(Class<?> clazz) |
boolean |
WebBeansUtil.isConstructorOk(Class<?> clazz)
Check that simple web beans class has compatible constructor.
|
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.