public class InterceptAll
extends org.springframework.web.portlet.handler.HandlerInterceptorAdapter
| Constructor and Description |
|---|
InterceptAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterResourceCompletion(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response,
Object handler,
Exception ex) |
boolean |
preHandleResource(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response,
Object handler) |
public boolean preHandleResource(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response,
Object handler)
throws Exception
preHandleResource in interface org.springframework.web.portlet.HandlerInterceptorpreHandleResource in class org.springframework.web.portlet.handler.HandlerInterceptorAdapterExceptionpublic void afterResourceCompletion(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response,
Object handler,
Exception ex)
throws Exception
afterResourceCompletion in interface org.springframework.web.portlet.HandlerInterceptorafterResourceCompletion in class org.springframework.web.portlet.handler.HandlerInterceptorAdapterExceptionCopyright © 2019. All Rights Reserved.