|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.deployable.impl.AbsDeployable
org.objectweb.easybeans.deployable.impl.WARDeployableImpl
public class WARDeployableImpl
Implementation for a WAR.
Field Summary | |
---|---|
private java.lang.String |
contextRoot
Name of the context-root. |
Constructor Summary | |
---|---|
WARDeployableImpl(EZBArchive archive)
Defines and create a deployable for the given archive. |
Method Summary | |
---|---|
java.lang.String |
getContextRoot()
|
void |
setContextRoot(java.lang.String contextRoot)
Defines the name of the context-root. |
Methods inherited from class org.objectweb.easybeans.deployable.impl.AbsDeployable |
---|
getArchive, getOriginalDeployable, getUnpackedDeployable, setOriginalDeployable, setUnpackedDeployable, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.objectweb.easybeans.deployer.api.EZBDeployable |
---|
getArchive, getOriginalDeployable, getUnpackedDeployable, setUnpackedDeployable |
Field Detail |
---|
private java.lang.String contextRoot
Constructor Detail |
---|
public WARDeployableImpl(EZBArchive archive)
archive
- the given archive.Method Detail |
---|
public java.lang.String getContextRoot()
getContextRoot
in interface WARDeployable
public void setContextRoot(java.lang.String contextRoot)
setContextRoot
in interface WARDeployable
contextRoot
- the given context-root for this war file
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |