org.jboss.weld.bean.interceptor
Class ClassInterceptionHandlerFactory

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

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

Author:
Marius Bogoevici

Constructor Summary
ClassInterceptionHandlerFactory(javax.enterprise.context.spi.CreationalContext<?> creationalContext, BeanManagerImpl manager)
           
 
Method Summary
 org.jboss.interceptor.proxy.InterceptionHandler createFor(java.lang.Class 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<?> creationalContext,
                                       BeanManagerImpl manager)
Method Detail

createFor

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


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