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
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