@Intercepts(after=ResourceLookupInterceptor.class) public class InstantiateInterceptor extends Object implements Interceptor
| Constructor and Description |
|---|
InstantiateInterceptor(Container container) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(ResourceMethod method) |
void |
intercept(InterceptorStack invocation,
ResourceMethod method,
Object instance) |
public InstantiateInterceptor(Container container)
public void intercept(InterceptorStack invocation, ResourceMethod method, Object instance) throws InterceptionException
intercept in interface InterceptorInterceptionExceptionpublic boolean accepts(ResourceMethod method)
accepts in interface InterceptorCopyright © 2014 Caelum. All Rights Reserved.