org.jboss.weld.bean.interceptor
Class ClassInterceptionHandlerFactory<T>

java.lang.Object
  extended by org.jboss.weld.bean.interceptor.ClassInterceptionHandlerFactory<T>
All Implemented Interfaces:
org.jboss.interceptor.proxy.InterceptionHandlerFactory<java.lang.Class<T>>

public class ClassInterceptionHandlerFactory<T>
extends java.lang.Object
implements org.jboss.interceptor.proxy.InterceptionHandlerFactory<java.lang.Class<T>>

Author:
Marius Bogoevici

Constructor Summary
ClassInterceptionHandlerFactory(javax.enterprise.context.spi.CreationalContext<T> creationalContext, BeanManagerImpl manager)
           
 
Method Summary
 org.jboss.interceptor.proxy.InterceptionHandler createFor(java.lang.Class<T> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassInterceptionHandlerFactory

public ClassInterceptionHandlerFactory(javax.enterprise.context.spi.CreationalContext<T> creationalContext,
                                       BeanManagerImpl manager)
Method Detail

createFor

public org.jboss.interceptor.proxy.InterceptionHandler createFor(java.lang.Class<T> clazz)
Specified by:
createFor in interface org.jboss.interceptor.proxy.InterceptionHandlerFactory<java.lang.Class<T>>


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