org.jboss.seam.core
@Interceptor(stateless=true, around={BijectionInterceptor.class,ConversationInterceptor.class,TransactionInterceptor.class,RollbackInterceptor.class}) public class EventInterceptor extends AbstractInterceptor
Constructor and Description |
---|
EventInterceptor() |
Modifier and Type | Method and Description |
---|---|
Object |
aroundInvoke(InvocationContext ctx) |
boolean |
isInterceptorEnabled()
Returns true if this interceptor should be enabled.
|
getComponent, setComponent
@AroundInvoke public Object aroundInvoke(InvocationContext ctx) throws Exception
Exception
public boolean isInterceptorEnabled()
OptimizedInterceptor
Copyright © 2015 Seam Framework. All Rights Reserved.