org.ow2.util.ee.deploy.api.deployment.ear
Interface WebModule

All Superinterfaces:
Module

public interface WebModule
extends Module

Defines a Web module inside an application.xml file.

Author:
Florent Benoit

Method Summary
 String getContextRoot()
          Gets the context-root name for this module.
 
Methods inherited from interface org.ow2.util.ee.deploy.api.deployment.ear.Module
getAltDd, getPath
 

Method Detail

getContextRoot

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

Returns:
the name of the context-root


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.