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$

Field Summary
 
Fields inherited from class org.apache.openejb.config.DeploymentLoader
logger, OPENEJB_READ_ALL_PERSISTENCE_XML
 
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, addWebModule, altDDSources, createAppModule, createClientModule, createClientModule, createConnectorModule, createEjbModule, createWebModule, discoverModuleType, discoverModuleType, getDescriptors, getFile, getFileUrl, getOpenEJBClassLoader, getWebappUrls, getWebDescriptors, load, 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-2012 The Apache Software Foundation. All Rights Reserved.