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  WebModule DeploymentLoader.createWebModule(String appId, String warPath, ClassLoader parentClassLoader, String contextRoot, String moduleName)
           
 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.
 WebModule EnvEntriesPropertiesDeployer.deploy(WebModule webModule)
           
 

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 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.
 WebModule EnvEntriesPropertiesDeployer.deploy(WebModule webModule)
           
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.