Interface JspMapping

  • All Superinterfaces:
    ContextRelated

    public interface JspMapping
    extends ContextRelated
    Jsp mapping.
    Since:
    0.4.0, March 15, 2008
    Author:
    Alin Dreghiciu
    • Method Detail

      • getUrlPatterns

        String[] getUrlPatterns()
        Returns an array of URL patterns that map to JSP servlet.
        Returns:
      • getJspFile

        String getJspFile()
        Returns a "jsp servlet file" as in <servlet>/<jsp-file> in web.xml
        Returns:
      • getInitParameters

        Map<String,​String> getInitParameters()
        Returns optional map of initialization parameters, that may be used to configure Jasper servlet
        Returns: