public class CdiContextsTransformer extends Object
| Constructor and Description |
|---|
CdiContextsTransformer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
transformLazySessionBeanStore(CtClass clazz,
ClassPool classPool,
ClassLoader cl) |
static void |
transformReloadingWeldContexts(CtClass clazz,
ClassPool classPool,
ClassLoader cl)
Add context reloading functionality to base contexts classes
|
@OnClassLoadEvent(classNameRegexp="(org.jboss.weld.context.AbstractManagedContext)|(org.jboss.weld.context.AbstractSharedContext)|(org.jboss.weld.context.unbound.DependentContextImpl)|(org.jboss.weld.util.ForwardingContext)|(org.apache.myfaces.flow.cdi.FlowScopedContextImpl)|(org.apache.myfaces.cdi.view.ViewScopeContextImpl)") public static void transformReloadingWeldContexts(CtClass clazz, ClassPool classPool, ClassLoader cl) throws NotFoundException, CannotCompileException
clazz - the clazzclassPool - the class poolcl - the class loaderNotFoundException - the not found exceptionCannotCompileException - the cannot compile exception@OnClassLoadEvent(classNameRegexp="org.jboss.weld.context.beanstore.http.LazySessionBeanStore") public static void transformLazySessionBeanStore(CtClass clazz, ClassPool classPool, ClassLoader cl) throws NotFoundException, CannotCompileException
Copyright © 2018. All rights reserved.