public class CdiResolver extends ELResolver
BeanManager. Allows the process engine to resolve Cdi-Beans.RESOLVABLE_AT_DESIGN_TIME, TYPE| Constructor and Description |
|---|
CdiResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.enterprise.inject.spi.BeanManager |
getBeanManager() |
Class<?> |
getCommonPropertyType(ELContext context,
Object base) |
Iterator<FeatureDescriptor> |
getFeatureDescriptors(ELContext context,
Object base) |
Class<?> |
getType(ELContext context,
Object base,
Object property) |
Object |
getValue(ELContext context,
Object base,
Object property) |
protected javax.el.ELResolver |
getWrappedResolver() |
Object |
invoke(ELContext context,
Object base,
Object method,
Class<?>[] paramTypes,
Object[] params) |
boolean |
isReadOnly(ELContext context,
Object base,
Object property) |
void |
setValue(ELContext context,
Object base,
Object property,
Object value) |
protected javax.el.ELContext |
wrapContext(ELContext context) |
protected javax.enterprise.inject.spi.BeanManager getBeanManager()
protected javax.el.ELResolver getWrappedResolver()
public Class<?> getCommonPropertyType(ELContext context, Object base)
getCommonPropertyType in class ELResolverpublic Iterator<FeatureDescriptor> getFeatureDescriptors(ELContext context, Object base)
getFeatureDescriptors in class ELResolverpublic Class<?> getType(ELContext context, Object base, Object property)
getType in class ELResolverpublic Object getValue(ELContext context, Object base, Object property)
getValue in class ELResolverpublic boolean isReadOnly(ELContext context, Object base, Object property)
isReadOnly in class ELResolverpublic void setValue(ELContext context, Object base, Object property, Object value)
setValue in class ELResolverpublic Object invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params)
invoke in class ELResolverprotected javax.el.ELContext wrapContext(ELContext context)
Copyright © 2013–2021 camunda services GmbH. All rights reserved.