org.apache.geronimo.j2ee.deployment
Class WebModule

java.lang.Object
  extended by org.apache.geronimo.j2ee.deployment.Module
      extended by org.apache.geronimo.j2ee.deployment.WebModule

public class WebModule
extends Module


Constructor Summary
WebModule(boolean standAlone, org.apache.geronimo.gbean.AbstractName moduleName, org.apache.geronimo.kernel.repository.Environment environment, JarFile moduleFile, String targetPath, org.apache.xmlbeans.XmlObject specDD, org.apache.xmlbeans.XmlObject vendorDD, String originalSpecDD, String contextRoot, Map portMap, String namespace)
           
 
Method Summary
 String getContextRoot()
           
 Map getPortMap()
           
 org.apache.geronimo.kernel.config.ConfigurationModuleType getType()
           
 
Methods inherited from class org.apache.geronimo.j2ee.deployment.Module
close, equals, getEarContext, getEnvironment, getModuleFile, getModuleName, getModuleURI, getName, getNamespace, getOriginalSpecDD, getRootEarContext, getSpecDD, getTargetPath, getTargetPathURI, getVendorDD, hashCode, isStandAlone, setEarContext, setRootEarContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebModule

public WebModule(boolean standAlone,
                 org.apache.geronimo.gbean.AbstractName moduleName,
                 org.apache.geronimo.kernel.repository.Environment environment,
                 JarFile moduleFile,
                 String targetPath,
                 org.apache.xmlbeans.XmlObject specDD,
                 org.apache.xmlbeans.XmlObject vendorDD,
                 String originalSpecDD,
                 String contextRoot,
                 Map portMap,
                 String namespace)
Method Detail

getContextRoot

public String getContextRoot()

getType

public org.apache.geronimo.kernel.config.ConfigurationModuleType getType()
Specified by:
getType in class Module

getPortMap

public Map getPortMap()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.