org.objectweb.easybeans.deployer.api
Interface WARDeployable
- All Superinterfaces:
- EZBDeployable
- All Known Implementing Classes:
- WARDeployableImpl
public interface WARDeployable
- extends EZBDeployable
Represents a WAR deployable.
- Author:
- Florent Benoit
getContextRoot
java.lang.String getContextRoot()
- Returns:
- the list of the context root for this deployable.
Note: It can be the context-root defined at the EAR level.
setContextRoot
void setContextRoot(java.lang.String contextRoot)
- Defines the name of the context-root.
- Parameters:
contextRoot
- the given context-root for this war file