Interface WebModuleInfo

All Superinterfaces:
ModuleInfo

public interface WebModuleInfo extends ModuleInfo
Information about a web module
  • 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: