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