org.jboss.cdi.tck.tests.interceptors.definition.broken.interceptorForLifecycleTargetMethod
Class LifecycleInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.interceptors.definition.broken.interceptorForLifecycleTargetMethod.LifecycleInterceptor
All Implemented Interfaces:
Serializable

@Interceptor
@BusinessMethodBinding
public class LifecycleInterceptor
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static boolean intercepted
           
 
Constructor Summary
LifecycleInterceptor()
           
 
Method Summary
static boolean isIntercepted()
           
 void postConstruct(javax.interceptor.InvocationContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

intercepted

public static boolean intercepted
Constructor Detail

LifecycleInterceptor

public LifecycleInterceptor()
Method Detail

postConstruct

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

isIntercepted

public static boolean isIntercepted()


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