org.jboss.jsr299.tck.tests.interceptors.definition.interceptorOrder
Class SecondInterceptor

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.interceptors.definition.interceptorOrder.SecondInterceptor

@Interceptor
@Secure
public class SecondInterceptor
extends Object


Field Summary
static boolean calledFirst
           
 
Constructor Summary
SecondInterceptor()
           
 
Method Summary
 Object alwaysReturnThis(javax.interceptor.InvocationContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

calledFirst

public static boolean calledFirst
Constructor Detail

SecondInterceptor

public SecondInterceptor()
Method Detail

alwaysReturnThis

public Object alwaysReturnThis(javax.interceptor.InvocationContext ctx)
                        throws Exception
Throws:
Exception


Copyright © 2008-2012 Seam Framework. All Rights Reserved.