org.ow2.util.ee.deploy.impl.deployment.ear
Class WebModuleImpl
java.lang.Object
org.ow2.util.ee.deploy.impl.deployment.ear.AbsModuleImpl
org.ow2.util.ee.deploy.impl.deployment.ear.WebModuleImpl
- All Implemented Interfaces:
- org.ow2.util.ee.deploy.api.deployment.ear.Module, org.ow2.util.ee.deploy.api.deployment.ear.WebModule
public class WebModuleImpl
- extends AbsModuleImpl
- implements org.ow2.util.ee.deploy.api.deployment.ear.WebModule
Defines a WEB module inside an application.xml file.
- Author:
- Florent Benoit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ow2.util.ee.deploy.api.deployment.ear.Module |
getAltDd, getPath |
WebModuleImpl
public WebModuleImpl()
getContextRoot
public String getContextRoot()
- Gets the context-root name for this module.
- Specified by:
getContextRoot in interface org.ow2.util.ee.deploy.api.deployment.ear.WebModule
- Returns:
- the name of the context-root
setContextRoot
public void setContextRoot(String contextRoot)
- Sets the given context root.
- Parameters:
contextRoot - the given context-root value
Copyright © 2007-2011 OW2 Consortium. All Rights Reserved.