Uses of Class
org.apache.webbeans.exception.WebBeansConfigurationException

Packages that use WebBeansConfigurationException
org.apache.webbeans.config   
org.apache.webbeans.exception   
org.apache.webbeans.plugins   
org.apache.webbeans.util   
org.apache.webbeans.xml   
 

Uses of WebBeansConfigurationException in org.apache.webbeans.config
 

Methods in org.apache.webbeans.config that throw WebBeansConfigurationException
static void ManagedBeanConfigurator.checkManagedBeanCondition(Class<?> clazz)
          Checks the implementation class for checking conditions.
static
<T> ManagedBean<T>
ManagedBeanConfigurator.define(Class<T> clazz, WebBeansType type)
          Deprecated.  
static 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)
          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.
 

Uses of WebBeansConfigurationException in org.apache.webbeans.exception
 

Subclasses of WebBeansConfigurationException in org.apache.webbeans.exception
 class WebBeansPassivationException
           
 

Uses of WebBeansConfigurationException in org.apache.webbeans.plugins
 

Methods in org.apache.webbeans.plugins that throw WebBeansConfigurationException
 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)
           
 

Uses of WebBeansConfigurationException in org.apache.webbeans.util
 

Methods in org.apache.webbeans.util that throw WebBeansConfigurationException
static
<X> void
WebBeansAnnotatedTypeUtil.checkManagedBeanCondition(AnnotatedType<X> type)
          Checks the implementation class for checking conditions.
static
<T> Constructor<T>
WebBeansUtil.defineConstructor(Class<T> clazz)
          Defines applicable constructor.
static boolean WebBeansUtil.isConstructureOk(Class<?> clazz)
          Check that simple web beans class has compatible constructor.
static
<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.
 

Uses of WebBeansConfigurationException in org.apache.webbeans.xml
 

Methods in org.apache.webbeans.xml that throw WebBeansConfigurationException
static void XMLDefinitionUtil.checkSimpleWebBeansInXML(Class<?> clazz, Element webBeanDecleration, String errorMessage)
          Checks the conditions for simple webbeans class defined in the XML file.
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.