Interface WebModuleInfo
-
- All Superinterfaces:
ModuleInfo
public interface WebModuleInfo extends ModuleInfo
Information about a web module
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getContextRoot()
Returns the context root for a web moduleboolean
isDefaultContextRootUsed()
Returns true if the default context root is being used, otherwise returns false-
Methods inherited from interface com.ibm.ws.container.service.app.deploy.ModuleInfo
getApplicationInfo, getClassLoader, getContainer, getName, getURI
-
-