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