|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.deployable.struct.AbsModuleImpl
org.objectweb.easybeans.deployable.struct.WebModuleImpl
public class WebModuleImpl
Defines a WEB module inside an application.xml file.
Field Summary | |
---|---|
private java.lang.String |
contextRoot
Name of the context-root. |
Constructor Summary | |
---|---|
WebModuleImpl()
|
Method Summary | |
---|---|
java.lang.String |
getContextRoot()
Gets the context-root name for this module. |
void |
setContextRoot(java.lang.String contextRoot)
Sets the given context root. |
Methods inherited from class org.objectweb.easybeans.deployable.struct.AbsModuleImpl |
---|
getAltDd, getPath, setAltDd, setPath |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.easybeans.deployer.api.struct.Module |
---|
getAltDd, getPath |
Field Detail |
---|
private java.lang.String contextRoot
Constructor Detail |
---|
public WebModuleImpl()
Method Detail |
---|
public java.lang.String getContextRoot()
getContextRoot
in interface WebModule
public void setContextRoot(java.lang.String contextRoot)
contextRoot
- the given context-root value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |