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