org.jboss.cdi.tck.tests.deployment.packaging.war.modules
Class SecurityInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.deployment.packaging.war.modules.SecurityInterceptor

@Secured
@Interceptor
public class SecurityInterceptor
extends Object

Author:
Martin Kouba

Constructor Summary
SecurityInterceptor()
           
 
Method Summary
 Object alwaysReturnThis(javax.interceptor.InvocationContext ctx)
           
static int getNumberOfInterceptions()
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityInterceptor

public SecurityInterceptor()
Method Detail

alwaysReturnThis

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

getNumberOfInterceptions

public static int getNumberOfInterceptions()

reset

public static void reset()


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