org.jboss.cdi.tck.tests.decorators.interceptor
Class FooInterceptor2

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.interceptor.FooInterceptor2

@Interceptor
public class FooInterceptor2
extends Object


Field Summary
static String NAME
           
 
Constructor Summary
FooInterceptor2()
           
 
Method Summary
 Object interceptMe(javax.interceptor.InvocationContext ctx)
           
 void postConstruct(javax.interceptor.InvocationContext ctx)
           
 void preDestroy(javax.interceptor.InvocationContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static String NAME
Constructor Detail

FooInterceptor2

public FooInterceptor2()
Method Detail

interceptMe

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

postConstruct

@PostConstruct
public void postConstruct(javax.interceptor.InvocationContext ctx)

preDestroy

@PreDestroy
public void preDestroy(javax.interceptor.InvocationContext ctx)


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