@Intercepts(after=ExecuteMethodInterceptor.class, before={}) public class ForwardToDefaultViewInterceptor extends java.lang.Object implements Interceptor
Constructor and Description |
---|
ForwardToDefaultViewInterceptor(Result result) |
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(ResourceMethod method) |
void |
intercept(InterceptorStack stack,
ResourceMethod method,
java.lang.Object resourceInstance) |
public ForwardToDefaultViewInterceptor(Result result)
public boolean accepts(ResourceMethod method)
accepts
in interface Interceptor
public void intercept(InterceptorStack stack, ResourceMethod method, java.lang.Object resourceInstance) throws InterceptionException
intercept
in interface Interceptor
InterceptionException
Copyright © 2013 Caelum. All Rights Reserved.