Class SeoContextFilter

  • All Implemented Interfaces:
    javax.servlet.Filter

    public class SeoContextFilter
    extends java.lang.Object
    implements javax.servlet.Filter
    SeoContextFilter - Restricts access to raw files and configures servlet objects.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String module  
      protected java.util.Set<java.lang.String> webServlets  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy()  
      void doFilter​(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)  
      void init​(javax.servlet.FilterConfig config)  
      • Methods inherited from class java.lang.Object

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

      • module

        public static final java.lang.String module
      • webServlets

        protected java.util.Set<java.lang.String> webServlets
    • Constructor Detail

      • SeoContextFilter

        public SeoContextFilter()
    • Method Detail

      • init

        public void init​(javax.servlet.FilterConfig config)
                  throws javax.servlet.ServletException
        Specified by:
        init in interface javax.servlet.Filter
        Throws:
        javax.servlet.ServletException
      • doFilter

        public void doFilter​(javax.servlet.ServletRequest request,
                             javax.servlet.ServletResponse response,
                             javax.servlet.FilterChain chain)
                      throws java.io.IOException,
                             javax.servlet.ServletException
        Specified by:
        doFilter in interface javax.servlet.Filter
        Throws:
        java.io.IOException
        javax.servlet.ServletException
        See Also:
        Filter.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)
      • destroy

        public void destroy()
        Specified by:
        destroy in interface javax.servlet.Filter