public class GroupInterceptor
extends org.springframework.web.servlet.handler.HandlerInterceptorAdapter
implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
GroupInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
boolean |
preHandle(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
Object handler) |
public boolean preHandle(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
Object handler)
throws Exception
preHandle in interface org.springframework.web.servlet.HandlerInterceptorpreHandle in class org.springframework.web.servlet.handler.HandlerInterceptorAdapterExceptionCopyright © 2015. All Rights Reserved.