Class MaintenanceModeFilter

  • All Implemented Interfaces:
    javax.servlet.Filter

    public class MaintenanceModeFilter
    extends java.lang.Object
    implements javax.servlet.Filter
    Intercept all requests configured via Spring MVC.

    If server is put into MAINTENANCE mode it will reject requests.

    • 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 filterConfig)  
      • Methods inherited from class java.lang.Object

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

      • PARAMETER_MAINTENANCE_FORBIDDEN_REQUEST

        public static final java.lang.String PARAMETER_MAINTENANCE_FORBIDDEN_REQUEST
        See Also:
        Constant Field Values
      • PARAMETER_CONTEXT_ROOT

        public static final java.lang.String PARAMETER_CONTEXT_ROOT
        See Also:
        Constant Field Values
    • Constructor Detail

      • MaintenanceModeFilter

        public MaintenanceModeFilter()
    • Method Detail

      • init

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

        public void destroy()
        Specified by:
        destroy in interface javax.servlet.Filter
      • 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