org.apache.geronimo.tomcat.deployment
Class TomcatModuleBuilder
java.lang.Object
org.apache.geronimo.web25.deployment.AbstractWebModuleBuilder
org.apache.geronimo.tomcat.deployment.TomcatModuleBuilder
- All Implemented Interfaces:
- ModuleBuilder
public class TomcatModuleBuilder
- extends AbstractWebModuleBuilder
Fields inherited from class org.apache.geronimo.web25.deployment.AbstractWebModuleBuilder |
ENTITY_BEAN_PATTERN, kernel, MANAGED_CONNECTION_FACTORY_PATTERN, moduleBuilderExtensions, namingBuilders, resourceEnvironmentSetter, securityBuilders, serviceBuilders, STATEFUL_SESSION_BEAN_PATTERN, STATELESS_SESSION_BEAN_PATTERN, webServiceBuilder |
Method Summary |
void |
addGBeans(EARContext earContext,
Module module,
ClassLoader cl,
Collection repository)
|
protected Module |
createModule(Object plan,
JarFile moduleFile,
String targetPath,
URL specDDUrl,
boolean standAlone,
String contextRoot,
AbstractName earName,
Naming naming,
ModuleIDBuilder idBuilder)
|
static GBeanInfo |
getGBeanInfo()
|
String |
getSchemaNamespace()
|
void |
initContext(EARContext earContext,
Module module,
ClassLoader cl)
|
Methods inherited from class org.apache.geronimo.web25.deployment.AbstractWebModuleBuilder |
addGBeanDependencies, addPermissionToRole, addUnmappedJSPPermissions, basicInitContext, buildServletNameToPathMap, buildSpecSecurityConfig, check, checkString, collectRoleNames, configureBasicWebModuleAttributes, convertToServletSchema, createModule, createModule, createWebAppClassFinder, determineDefaultContextRoot, getNamingBuilders, installModule, processRoleRefPermissions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GBEAN_INFO
public static final GBeanInfo GBEAN_INFO
TomcatModuleBuilder
public TomcatModuleBuilder(Environment defaultEnvironment,
AbstractNameQuery tomcatContainerName,
Collection<WebServiceBuilder> webServiceBuilder,
Collection securityBuilders,
Collection serviceBuilders,
NamingBuilder namingBuilders,
Collection<ModuleBuilderExtension> moduleBuilderExtensions,
ResourceEnvironmentSetter resourceEnvironmentSetter,
Kernel kernel)
createModule
protected Module createModule(Object plan,
JarFile moduleFile,
String targetPath,
URL specDDUrl,
boolean standAlone,
String contextRoot,
AbstractName earName,
Naming naming,
ModuleIDBuilder idBuilder)
throws DeploymentException
- Specified by:
createModule
in class AbstractWebModuleBuilder
- Throws:
DeploymentException
initContext
public void initContext(EARContext earContext,
Module module,
ClassLoader cl)
throws DeploymentException
- Throws:
DeploymentException
addGBeans
public void addGBeans(EARContext earContext,
Module module,
ClassLoader cl,
Collection repository)
throws DeploymentException
- Throws:
DeploymentException
getSchemaNamespace
public String getSchemaNamespace()
getGBeanInfo
public static GBeanInfo getGBeanInfo()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.