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