站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended by org.jboss.seam.util.Reflections
      extended by org.jboss.seam.interceptors.Interceptor

public final class Interceptor
extends Reflections

Wraps and delegates to a Seam interceptor.

Author:
Gavin King

Constructor Summary
Interceptor(org.jboss.seam.interceptors.AbstractInterceptor builtinInterceptor, Component component)
           
Interceptor(Annotation annotation, Component component)
           
 
Method Summary
 Object aroundInvoke(javax.interceptor.InvocationContext invocation)
           
 Object getUserInterceptor()
           
 String toString()
           
 
Methods inherited from class org.jboss.seam.util.Reflections
classForName, invoke, invokeAndWrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Interceptor

public Interceptor(org.jboss.seam.interceptors.AbstractInterceptor builtinInterceptor,
                   Component component)

Interceptor

public Interceptor(Annotation annotation,
                   Component component)
Method Detail

getUserInterceptor

public Object getUserInterceptor()

toString

public String toString()
Overrides:
toString in class Object

aroundInvoke

public Object aroundInvoke(javax.interceptor.InvocationContext invocation)
                    throws Exception
Throws:
Exception