org.jboss.cdi.tck.tests.extensions.interceptors.custom
Class FooInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.interceptors.custom.FooInterceptor
All Implemented Interfaces:
Serializable

public class FooInterceptor
extends Object
implements Serializable

This is not an interceptor (it misses required annotations). The CustomInterceptor delegates to instances of this class.

Author:
Jozef Hartinger
See Also:
Serialized Form

Constructor Summary
FooInterceptor()
           
 
Method Summary
static boolean isInvoked()
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FooInterceptor

public FooInterceptor()
Method Detail

isInvoked

public static boolean isInvoked()

reset

public static void reset()


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