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

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

@Interceptor
public class FooInterceptor1
extends Object


Field Summary
static String NAME
           
 
Constructor Summary
FooInterceptor1()
           
 
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

FooInterceptor1

public FooInterceptor1()
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-2012 Seam Framework. All Rights Reserved.