Class WebXmlServletMapping


  • public class WebXmlServletMapping
    extends Object
    The web.xml servlet-mapping
    Author:
    Manfred Riem ([email protected])
    • Constructor Detail

      • WebXmlServletMapping

        public WebXmlServletMapping​(String servletName,
                                    String urlPattern)
        Constructor.
        Parameters:
        servletName - the servlet name.
        urlPattern - the URL pattern.
    • Method Detail

      • getServletName

        public String getServletName()
        Get the servlet name.
        Returns:
        the servlet name.
      • getUrlPattern

        public String getUrlPattern()
        Get the URL pattern.
        Returns:
        the URL pattern.