Class WebXmlFilterMapping

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

public class WebXmlFilterMapping
extends java.lang.Object
The web.xml filter-mapping.
Author:
Manfred Riem ([email protected])
  • Constructor Summary

    Constructors 
    Constructor Description
    WebXmlFilterMapping​(java.lang.String filterName)
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.String> getDispatchers()
    Get the dispatchers.
    java.lang.String getFilterName()
    Get the filter name.
    java.util.List<java.lang.String> getServletNames()
    Get the Servlet names.
    java.util.List<java.lang.String> getUrlPatterns()
    Get the URL patterns.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WebXmlFilterMapping

      public WebXmlFilterMapping​(java.lang.String filterName)
      Constructor.
      Parameters:
      filterName - the filter name.
  • Method Details

    • getFilterName

      public java.lang.String getFilterName()
      Get the filter name.
      Returns:
      the filter name.
    • getUrlPatterns

      public java.util.List<java.lang.String> getUrlPatterns()
      Get the URL patterns.
      Returns:
      the URL patterns.
    • getServletNames

      public java.util.List<java.lang.String> getServletNames()
      Get the Servlet names.
      Returns:
      the Servlet names.
    • getDispatchers

      public java.util.List<java.lang.String> getDispatchers()
      Get the dispatchers.
      Returns:
      the dispatchers.