| Package | Description |
|---|---|
| org.apache.openejb.config |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<WebModule> |
AppModule.getWebModules() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
DeploymentLoader.addWebFragments(WebModule webModule,
Collection<URL> urls) |
static EjbModule |
DeploymentLoader.addWebModule(WebModule webModule,
AppModule appModule) |
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–2014 The Apache Software Foundation. All rights reserved.