Uses of Class
org.apache.openejb.config.WebModule

Packages that use WebModule
org.apache.openejb.config   
 

Uses of WebModule in org.apache.openejb.config
 

Methods in org.apache.openejb.config that return WebModule
protected static WebModule DeploymentLoader.createWebModule(String appId, String warPath, ClassLoader parentClassLoader, String contextRoot, String moduleName)
           
 WebModule EnvEntriesPropertiesDeployer.deploy(WebModule webModule)
           
 WebModule AnnotationDeployer.deploy(WebModule webModule)
           
 WebModule AnnotationDeployer.DiscoverAnnotatedBeans.deploy(WebModule webModule)
           
 WebModule AnnotationDeployer.ProcessAnnotatedBeans.deploy(WebModule webModule)
          Collects a list of all webapp related classes that are eligible for annotation processing then scans them and fills out the web.xml with the xml version of the annotations.
 

Methods in org.apache.openejb.config that return types with arguments of type WebModule
 List<WebModule> AppModule.getWebModules()
           
 

Methods in org.apache.openejb.config with parameters of type WebModule
 WebAppInfo ConfigurationFactory.configureApplication(WebModule webModule)
           
 void SunConversion.convertModule(WebModule webModule)
           
 WebModule EnvEntriesPropertiesDeployer.deploy(WebModule webModule)
           
 WebModule AnnotationDeployer.deploy(WebModule webModule)
           
 WebModule AnnotationDeployer.DiscoverAnnotatedBeans.deploy(WebModule webModule)
           
 WebModule AnnotationDeployer.ProcessAnnotatedBeans.deploy(WebModule webModule)
          Collects a list of all webapp related classes that are eligible for annotation processing then scans them and fills out the web.xml with the xml version of the annotations.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.