Class FirstBloodInterceptor
-
- All Implemented Interfaces:
-
org.springframework.core.Ordered,org.springframework.web.servlet.HandlerInterceptor,pro.fessional.wings.slardar.webmvc.AutoRegisterInterceptor
public class FirstBloodInterceptor implements AutoRegisterInterceptor
- Since:
2021-03-10
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static intORDERpublic intorderpublic final static intHIGHEST_PRECEDENCEpublic final static intLOWEST_PRECEDENCE
-
Constructor Summary
Constructors Constructor Description FirstBloodInterceptor(List<FirstBloodHandler> handlers)
-
Method Summary
Modifier and Type Method Description intgetOrder()voidsetOrder(int order)booleanpreHandle(@NotNull() HttpServletRequest request, @NotNull() HttpServletResponse response, @NotNull() Object handler)-
Methods inherited from class pro.fessional.wings.slardar.webmvc.AutoRegisterInterceptor
getExcludePatterns, getIncludePatterns -
Methods inherited from class org.springframework.web.servlet.HandlerInterceptor
afterCompletion, postHandle -
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
-
-
Constructor Detail
-
FirstBloodInterceptor
FirstBloodInterceptor(List<FirstBloodHandler> handlers)
-
-
-
-