org.apache.tomee.catalina
Class TomcatDeploymentLoader

java.lang.Object
  extended by org.apache.openejb.config.DeploymentLoader
      extended by org.apache.tomee.catalina.TomcatDeploymentLoader
All Implemented Interfaces:
DeploymentFilterable

public class TomcatDeploymentLoader
extends DeploymentLoader

Version:
$Id$

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.openejb.config.DeploymentLoader
DeploymentLoader.ExternalConfiguration
 
Field Summary
 
Fields inherited from class org.apache.openejb.config.DeploymentLoader
EAR_SCOPED_CDI_BEANS, EAR_WEBAPP_PERSISTENCE_XML_JARS, logger, OPENEJB_ALTDD_PREFIX, RAR_URLS_KEY, URLS_KEY
 
Fields inherited from interface org.apache.openejb.config.DeploymentFilterable
CLASSPATH_EXCLUDE, CLASSPATH_FILTER_DESCRIPTORS, CLASSPATH_FILTER_SYSTEMAPPS, CLASSPATH_INCLUDE, CLASSPATH_REQUIRE_DESCRIPTOR, DEPLOYMENTS_CLASSPATH_PROPERTY, PACKAGE_EXCLUDE, PACKAGE_INCLUDE, SEARCH_CLASSPATH_FOR_DEPLOYMENTS_PROPERTY
 
Constructor Summary
TomcatDeploymentLoader(org.apache.catalina.core.StandardContext standardContext, String moduleId)
           
 
Method Summary
protected  String getContextRoot()
           
protected  String getModuleName()
           
 
Methods inherited from class org.apache.openejb.config.DeploymentLoader
addPersistenceUnits, addWebFragments, addWebModule, addWebModule, altDDSources, createAppModule, createClientModule, createClientModule, createConnectorModule, createConnectorModule, createEjbModule, createWebModule, discoverModuleType, discoverModuleType, filterWebappUrls, getDescriptors, getFile, getFileUrl, getOpenEJBClassLoader, getWebappUrls, getWebappUrlsAndRars, getWebDescriptors, load, load, mapDescriptors, reloadAltDD, scanDir, scanDir, unmarshal, unpack
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomcatDeploymentLoader

public TomcatDeploymentLoader(org.apache.catalina.core.StandardContext standardContext,
                              String moduleId)
Method Detail

getContextRoot

protected String getContextRoot()
Overrides:
getContextRoot in class DeploymentLoader

getModuleName

protected String getModuleName()
Overrides:
getModuleName in class DeploymentLoader


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.