public class FormRepeatAndCsrfCheckMethodInvokePreHandler extends Object implements MethodInvokePreHandler, org.springframework.core.Ordered
| Constructor and Description |
|---|
FormRepeatAndCsrfCheckMethodInvokePreHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
doPreMethodInvokeHandler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Method handlerMethod,
Object handler,
MethodInvokePreHandlerChain handlerChain) |
FormCheckStrategy |
getFormCheckStrategy() |
int |
getOrder() |
void |
setFormCheckStrategy(FormCheckStrategy formCheckStrategy) |
public FormRepeatAndCsrfCheckMethodInvokePreHandler()
public FormCheckStrategy getFormCheckStrategy()
public void setFormCheckStrategy(FormCheckStrategy formCheckStrategy)
public void doPreMethodInvokeHandler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Method handlerMethod,
Object handler,
MethodInvokePreHandlerChain handlerChain)
doPreMethodInvokeHandler in interface MethodInvokePreHandlerpublic int getOrder()
getOrder in interface org.springframework.core.OrderedOrdered.getOrder()Copyright © 2006–2018 TinyGroup. All rights reserved.