Class FilterHelper


  • public class FilterHelper
    extends Object
    Helper to define filter mappings.
    Since:
    3.0.0
    Author:
    Jerome Leleu
    • Constructor Detail

      • FilterHelper

        public FilterHelper​(javax.servlet.ServletContext servletContext)
    • Method Detail

      • addFilterMapping

        public void addFilterMapping​(String name,
                                     javax.servlet.Filter filter,
                                     Object... parameters)
        Add a filter mapping.
        Parameters:
        name - the name fo the filter
        filter - the filter
        parameters - the URLs on which it applies and the supported dispatcher types