public class DefaultMethodInvokePreHandlerChain extends Object implements MethodInvokePreHandlerChain
Constructor and Description |
---|
DefaultMethodInvokePreHandlerChain() |
Modifier and Type | Method and Description |
---|---|
void |
doPreMethodInvokeHandler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Method handlerMethod,
Object handler) |
List<MethodInvokePreHandler> |
getMethodInvokePreHandlers() |
void |
setMethodInvokePreHandlers(List<MethodInvokePreHandler> methodInvokePreHandlers) |
public List<MethodInvokePreHandler> getMethodInvokePreHandlers()
public void setMethodInvokePreHandlers(List<MethodInvokePreHandler> methodInvokePreHandlers)
public void doPreMethodInvokeHandler(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Method handlerMethod, Object handler)
doPreMethodInvokeHandler
in interface MethodInvokePreHandlerChain
Copyright © 2006–2018 TinyGroup. All rights reserved.