public class XPathPropertyResolver extends ELResolver
ELResolver
that resolves XPath expressions
for W3C DOM Node
s.RESOLVABLE_AT_DESIGN_TIME, TYPE
Constructor and Description |
---|
XPathPropertyResolver() |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getCommonPropertyType(ELContext ctx,
Object base) |
Iterator<FeatureDescriptor> |
getFeatureDescriptors(ELContext arg0,
Object arg1) |
Class<?> |
getType(ELContext ctx,
Object base,
Object property) |
Object |
getValue(ELContext ctx,
Object base,
Object property) |
boolean |
isReadOnly(ELContext ctx,
Object base,
Object property) |
void |
setValue(ELContext ctx,
Object base,
Object property,
Object value) |
invoke
public Class<?> getCommonPropertyType(ELContext ctx, Object base)
getCommonPropertyType
in class ELResolver
public Iterator<FeatureDescriptor> getFeatureDescriptors(ELContext arg0, Object arg1)
getFeatureDescriptors
in class ELResolver
public Class<?> getType(ELContext ctx, Object base, Object property)
getType
in class ELResolver
public Object getValue(ELContext ctx, Object base, Object property)
getValue
in class ELResolver
public boolean isReadOnly(ELContext ctx, Object base, Object property)
isReadOnly
in class ELResolver