当前页面: 
在线文档首页 > 
JBoss Seam  1.0.0 API 英文版文档
Interceptor (JBoss Seam API Documentation) - JBoss Seam  1.0.0 API 英文版文档
org.jboss.seam.interceptors
Class Interceptor
java.lang.Object
   org.jboss.seam.util.Reflections
org.jboss.seam.util.Reflections
       org.jboss.seam.interceptors.Interceptor
org.jboss.seam.interceptors.Interceptor
- public final class Interceptor 
- extends Reflections
Wraps and delegates to a Seam interceptor.
- Author:
- Gavin King
 
 
 
 
Interceptor
public Interceptor(org.jboss.seam.interceptors.AbstractInterceptor builtinInterceptor,
                   Component component)
Interceptor
public Interceptor(Annotation annotation,
                   Component component)
getUserInterceptor
public Object getUserInterceptor()
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
aroundInvoke
public Object aroundInvoke(javax.interceptor.InvocationContext invocation)
                    throws Exception
- 
- Throws:
- Exception