|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.seam.util.Reflections
org.jboss.seam.interceptors.Interceptor
public final class Interceptor
Wraps and delegates to a Seam interceptor.
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 |
---|
public Interceptor(org.jboss.seam.interceptors.AbstractInterceptor builtinInterceptor, Component component)
public Interceptor(Annotation annotation, Component component)
Method Detail |
---|
public Object getUserInterceptor()
public String toString()
toString
in class Object
public Object aroundInvoke(javax.interceptor.InvocationContext invocation) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |