@Intercepts public class FlashInterceptor extends Object implements Interceptor
| Modifier | Constructor and Description |
|---|---|
protected |
FlashInterceptor()
Deprecated.
CDI eyes only
|
|
FlashInterceptor(javax.servlet.http.HttpSession session,
Result result,
MutableResponse response) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(ControllerMethod method) |
void |
intercept(InterceptorStack stack,
ControllerMethod method,
Object controllerInstance) |
protected FlashInterceptor()
@Inject
public FlashInterceptor(javax.servlet.http.HttpSession session,
Result result,
MutableResponse response)
public boolean accepts(ControllerMethod method)
accepts in interface Interceptorpublic void intercept(InterceptorStack stack, ControllerMethod method, Object controllerInstance) throws InterceptionException
intercept in interface InterceptorInterceptionExceptionCopyright © 2014 Caelum. All rights reserved.