org.jboss.seam.intercept
Interface OptimizedInterceptor
- All Known Implementing Classes:
- AbstractInterceptor, AsynchronousInterceptor, BijectionInterceptor, BusinessProcessInterceptor, ConversationalInterceptor, ConversationInterceptor, EntityManagerProxyInterceptor, EventInterceptor, HibernateSessionProxyInterceptor, ManagedEntityInterceptor, MethodContextInterceptor, RemoveInterceptor, RollbackInterceptor, SecurityInterceptor, SynchronizationInterceptor, TransactionInterceptor, WSSecurityInterceptor
public interface OptimizedInterceptor
Interface that may be optionally implemented by an
interceptor, to make the stacktrace smaller.
- Author:
- Gavin King, Pete Muir
aroundInvoke
java.lang.Object aroundInvoke(InvocationContext ic)
throws java.lang.Exception
- Throws:
java.lang.Exception
isInterceptorEnabled
boolean isInterceptorEnabled()
- Returns true if this interceptor should be enabled. The component and the
annotation will be injected into the interceptor instance before this
method is called, and can be used to decide whether the interceptor should
be enabled
Copyright © 2011 Seam Framework. All Rights Reserved.