org.objectweb.easybeans.deployer.api.struct
Interface WebModule

All Superinterfaces:
Module
All Known Implementing Classes:
WebModuleImpl

public interface WebModule
extends Module

Defines a Web module inside an application.xml file.

Author:
Florent Benoit

Method Summary
 java.lang.String getContextRoot()
          Gets the context-root name for this module.
 
Methods inherited from interface org.objectweb.easybeans.deployer.api.struct.Module
getAltDd, getPath
 

Method Detail

getContextRoot

java.lang.String getContextRoot()
Gets the context-root name for this module.

Returns:
the name of the context-root