public class CapturingELResolver extends ELResolverWrapper
| Constructor and Description |
|---|
CapturingELResolver(ELResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBase() |
Object |
getProperty() |
Class<?> |
getType(ELContext context,
Object base,
Object property) |
Object |
getValue(ELContext context,
Object base,
Object property) |
getCommonPropertyType, getFeatureDescriptors, isReadOnly, setValuepublic Object getValue(ELContext context, Object base, Object property)
getValue in class ELResolverWrapperpublic Class<?> getType(ELContext context, Object base, Object property)
getType in class ELResolverWrapperpublic Object getBase()
public Object getProperty()
Copyright © 2020 JBoss by Red Hat. All rights reserved.