org.jboss.cdi.tck.tests.interceptors.definition.interceptorCalledBeforeDecorator
Class FooImpl

java.lang.Object
  extended by org.jboss.cdi.tck.tests.interceptors.definition.interceptorCalledBeforeDecorator.FooImpl
All Implemented Interfaces:
Foo

public class FooImpl
extends Object
implements Foo


Field Summary
static boolean decoratorCalledFirst
           
static boolean interceptorCalledFirst
           
 
Constructor Summary
FooImpl()
           
 
Method Summary
 void bar()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interceptorCalledFirst

public static boolean interceptorCalledFirst

decoratorCalledFirst

public static boolean decoratorCalledFirst
Constructor Detail

FooImpl

public FooImpl()
Method Detail

bar

public void bar()
Specified by:
bar in interface Foo


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