org.apache.geronimo.management.geronimo
Interface WebModule

All Superinterfaces:
J2EEDeployedObject, J2EEManagedObject, J2EEModule, WebModule
All Known Subinterfaces:
TomcatWebModule

public interface WebModule
extends WebModule

Geronimo extension to the standard JSR-77 WebModule type.


Method Summary
 WebContainer getContainer()
          Gets the ObjectName of the WebContainer that's hosting this WebModule.
 String getContextPath()
          Gets the web context for this web app.
 URL getWARDirectory()
          Gets the location of the web module "source" (typically an exploded directory).
 String getWARName()
          Gets a name for this WAR file that can be used to identify the WAR to a user.
 
Methods inherited from interface org.apache.geronimo.management.WebModule
getServlets
 
Methods inherited from interface org.apache.geronimo.management.J2EEModule
getJavaVMs
 
Methods inherited from interface org.apache.geronimo.management.J2EEDeployedObject
getDeploymentDescriptor, getServer
 
Methods inherited from interface org.apache.geronimo.management.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 

Method Detail

getContextPath

String getContextPath()
Gets the web context for this web app.


getContainer

WebContainer getContainer()
Gets the ObjectName of the WebContainer that's hosting this WebModule.


getWARName

String getWARName()
Gets a name for this WAR file that can be used to identify the WAR to a user. This is not guaranteed to be anything in particular.


getWARDirectory

URL getWARDirectory()
Gets the location of the web module "source" (typically an exploded directory). This is where e.g. a web server would look for static content or a user would copy updated JSPs to.



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