public class ResponseContextResolver
extends javax.el.ELResolver
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_OBJECT |
static String |
INSTANCE_OBJECT |
static String |
RESOURCE_OBJECT |
| Constructor and Description |
|---|
ResponseContextResolver(Object entity,
Object resource,
Object instance) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getCommonPropertyType(javax.el.ELContext elc,
Object o) |
Iterator<FeatureDescriptor> |
getFeatureDescriptors(javax.el.ELContext elc,
Object o) |
Class<?> |
getType(javax.el.ELContext elc,
Object o,
Object o1) |
Object |
getValue(javax.el.ELContext elc,
Object base,
Object property) |
boolean |
isReadOnly(javax.el.ELContext elc,
Object o,
Object o1) |
void |
setValue(javax.el.ELContext elc,
Object o,
Object o1,
Object o2) |
public static final String ENTITY_OBJECT
public static final String RESOURCE_OBJECT
public static final String INSTANCE_OBJECT
public Object getValue(javax.el.ELContext elc, Object base, Object property)
getValue in class javax.el.ELResolverpublic Class<?> getType(javax.el.ELContext elc, Object o, Object o1)
getType in class javax.el.ELResolverpublic void setValue(javax.el.ELContext elc,
Object o,
Object o1,
Object o2)
setValue in class javax.el.ELResolverpublic boolean isReadOnly(javax.el.ELContext elc,
Object o,
Object o1)
isReadOnly in class javax.el.ELResolverpublic Iterator<FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext elc, Object o)
getFeatureDescriptors in class javax.el.ELResolverCopyright © 2014 Oracle Corporation. All rights reserved.