protected static class Jsp21ExpressionExecutor.StripesELResolver extends ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getCommonPropertyType(ELContext elContext,
Object o)
Always returns Object.class.
|
Iterator<FeatureDescriptor> |
getFeatureDescriptors(ELContext elContext,
Object o)
Always returns null.
|
Class<?> |
getType(ELContext ctx,
Object base,
Object prop)
Does nothing.
|
Object |
getValue(ELContext ctx,
Object base,
Object prop)
Attempts to resolve the value as described in the class level javadoc.
|
boolean |
isReadOnly(ELContext elContext,
Object o,
Object o1)
Always returns true.
|
void |
setValue(ELContext elContext,
Object o,
Object o1,
Object o2)
Does nothing.
|
public Object getValue(ELContext ctx, Object base, Object prop)
getValue in class ELResolverctx - the ELContext for the expressionbase - the object on which the property resides (null == root property)prop - the name of the property being looked forpublic Class<?> getType(ELContext ctx, Object base, Object prop)
getType in class ELResolverpublic void setValue(ELContext elContext, Object o, Object o1, Object o2) throws PropertyNotWritableException
setValue in class ELResolverPropertyNotWritableExceptionpublic boolean isReadOnly(ELContext elContext, Object o, Object o1)
isReadOnly in class ELResolverpublic Iterator<FeatureDescriptor> getFeatureDescriptors(ELContext elContext, Object o)
getFeatureDescriptors in class ELResolverpublic Class<?> getCommonPropertyType(ELContext elContext, Object o)
getCommonPropertyType in class ELResolver© Copyright 2005-2006, Stripes Development Team.