Package spark.servlet

Class FilterTools


  • final class FilterTools
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String FILTER_MAPPING_PARAM  
      private static java.lang.String SLASH  
      private static java.lang.String SLASH_WILDCARD  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FilterTools()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.String getFilterPath​(javax.servlet.FilterConfig config)  
      (package private) static java.lang.String getRelativePath​(javax.servlet.http.HttpServletRequest request, java.lang.String filterPath)  
      • Methods inherited from class java.lang.Object

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

      • FilterTools

        private FilterTools()
    • Method Detail

      • getRelativePath

        static java.lang.String getRelativePath​(javax.servlet.http.HttpServletRequest request,
                                                java.lang.String filterPath)
      • getFilterPath

        static java.lang.String getFilterPath​(javax.servlet.FilterConfig config)