Class WebXmlServletMapping

java.lang.Object
cloud.piranha.webapp.impl.WebXmlServletMapping

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

    • WebXmlServletMapping

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

    • getServletName

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

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