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

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

@Interceptor
@Secure
public class FirstInterceptor
extends Object


Field Summary
static boolean calledFirst
           
 
Constructor Summary
FirstInterceptor()
           
 
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

FirstInterceptor

public FirstInterceptor()
Method Detail

alwaysReturnThis

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


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