org.eclipse.jst.j2ee.application
Interface WebModule

All Superinterfaces:
J2EEEObject, Module

public interface WebModule
extends Module

Contains the web-uri and context-root of a web application module.

Since:
1.0

Method Summary
 java.lang.String getContextRoot()
           
 void setContextRoot(java.lang.String value)
           
 
Methods inherited from interface org.eclipse.jst.j2ee.application.Module
getAltDD, getApplication, getUri, isConnectorModule, isEjbModule, isJavaModule, isWebModule, setAltDD, setApplication, setUri
 

Method Detail

getContextRoot

public java.lang.String getContextRoot()
Returns:
The value of the ContextRoot attribute The context-root element specifies the context root of a web application

setContextRoot

public void setContextRoot(java.lang.String value)
Parameters:
value - The new value of the ContextRoot attribute