Interface ModuleDescriptor

    • Method Detail

      • getContextRoot

        String getContextRoot()
        Returns the context root of the application if any
        Returns:
      • getName

        String getName()
        Returns the name of the module
        Returns:
      • getType

        String getType()
        Returns the type of the module e.g. war
        Returns:
      • getServletMappings

        Map<String,​String> getServletMappings()
        Returns the Servlet mappings present in this module if any, or the empty list if none

        The key in each entry is the mapping, e.g. *.jsp, the value is the Servlet name, e.g. JspServlet

        Returns: