org.eclipse.jst.j2ee.application
Interface WebModule

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, Module, org.eclipse.emf.common.notify.Notifier

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
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getContextRoot

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

setContextRoot

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