
public class InFrameInterceptor extends Object implements Interceptor
| Constructor and Description |
|---|
InFrameInterceptor(int indexOfFrame) |
InFrameInterceptor(String nameOrIdOfFrame) |
| Modifier and Type | Method and Description |
|---|---|
Object |
intercept(InvocationContext context)
When processing custom logic must satisfy, that at least once will be called method
InvocationContext.invoke(). |
public InFrameInterceptor(String nameOrIdOfFrame)
public InFrameInterceptor(int indexOfFrame)
public Object intercept(InvocationContext context) throws Throwable
InterceptorInvocationContext.invoke().intercept in interface Interceptorcontext - the current invocation contextThrowableCopyright © 2013 JBoss by Red Hat. All Rights Reserved.