public class CdiContextsTransformer extends Object
| Constructor and Description |
|---|
CdiContextsTransformer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
transformAbstractContext(ClassPool classPool,
CtClass ctClass) |
static void |
transformOwbContexts(CtClass clazz,
ClassPool classPool,
ClassLoader cl) |
@OnClassLoadEvent(classNameRegexp="(org.apache.webbeans.context.AbstractContext)|(org.apache.myfaces.flow.cdi.FlowScopedContextImpl)|(org.apache.myfaces.cdi.view.ViewScopeContextImpl)") public static void transformOwbContexts(CtClass clazz, ClassPool classPool, ClassLoader cl) throws NotFoundException, CannotCompileException
@OnClassLoadEvent(classNameRegexp="org.apache.webbeans.context.AbstractContext") public static void transformAbstractContext(ClassPool classPool, CtClass ctClass) throws NotFoundException, CannotCompileException
Copyright © 2020. All rights reserved.