org.apache.geronimo.j2ee.deployment
Class WebModule

java.lang.Object
  extended byorg.apache.geronimo.j2ee.deployment.Module
      extended byorg.apache.geronimo.j2ee.deployment.WebModule

public class WebModule
extends Module

Version:
$Revision: 1.1 $ $Date: 2004/05/19 20:53:59 $

Field Summary
 
Fields inherited from class org.apache.geronimo.j2ee.deployment.Module
altSpecDD, altVendorDD, name, specDD, uri, vendorDD
 
Constructor Summary
WebModule(String name, URI uri, String contextRoot)
           
 
Method Summary
 String getContextRoot()
           
 
Methods inherited from class org.apache.geronimo.j2ee.deployment.Module
equals, getAltSpecDD, getAltVendorDD, getName, getSpecDD, getURI, getVendorDD, hashCode, setAltSpecDD, setAltVendorDD, setSpecDD, setVendorDD
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebModule

public WebModule(String name,
                 URI uri,
                 String contextRoot)
Method Detail

getContextRoot

public String getContextRoot()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.