org.jboss.cdi.tck.tests.extensions.interceptors
Class SuffixingInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.interceptors.SuffixingInterceptor

@Interceptor
public class SuffixingInterceptor
extends Object

Interceptor that adds suffix -ly to a word


Constructor Summary
SuffixingInterceptor()
           
 
Method Summary
 Object doAround(javax.interceptor.InvocationContext context)
           
static boolean isDoAroundCalled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuffixingInterceptor

public SuffixingInterceptor()
Method Detail

doAround

public Object doAround(javax.interceptor.InvocationContext context)
                throws Exception
Throws:
Exception

isDoAroundCalled

public static boolean isDoAroundCalled()


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