Class WingsCookieFilter

  • All Implemented Interfaces:
    jakarta.servlet.Filter , org.springframework.beans.factory.Aware , org.springframework.beans.factory.BeanNameAware , org.springframework.beans.factory.DisposableBean , org.springframework.beans.factory.InitializingBean , org.springframework.context.EnvironmentAware , org.springframework.core.Ordered , org.springframework.core.env.EnvironmentCapable , org.springframework.web.context.ServletContextAware

    
    public class WingsCookieFilter
    extends OncePerRequestFilter implements Ordered
                        
    Since:

    2019-11-14

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      int getOrder()
      void setOrder(int order)
      WingsCookieInterceptor getInterceptor()
      • Methods inherited from class org.springframework.web.filter.GenericFilterBean

        afterPropertiesSet, destroy, getEnvironment, getFilterConfig, init, setBeanName, setEnvironment, setServletContext
      • Methods inherited from class org.springframework.web.filter.OncePerRequestFilter

        doFilter
      • Methods inherited from class org.springframework.core.Ordered

        getOrder
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait