Class ELResolverImpl
java.lang.Object
javax.el.ELResolver
org.apache.sling.scripting.jsp.jasper.el.ELResolverImpl
public final class ELResolverImpl
extends javax.el.ELResolver
-
Field Summary
Fields inherited from class javax.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
getCommonPropertyType
(javax.el.ELContext context, Object base) getFeatureDescriptors
(javax.el.ELContext context, Object base) Class<?>
boolean
isReadOnly
(javax.el.ELContext context, Object base, Object property) void
-
Field Details
-
DefaultResolver
public static final javax.el.ELResolver DefaultResolver
-
-
Constructor Details
-
ELResolverImpl
public ELResolverImpl(javax.servlet.jsp.el.VariableResolver variableResolver)
-
-
Method Details
-
getValue
public Object getValue(javax.el.ELContext context, Object base, Object property) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.ELException - Specified by:
getValue
in classjavax.el.ELResolver
- Throws:
NullPointerException
javax.el.PropertyNotFoundException
javax.el.ELException
-
getType
public Class<?> getType(javax.el.ELContext context, Object base, Object property) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.ELException - Specified by:
getType
in classjavax.el.ELResolver
- Throws:
NullPointerException
javax.el.PropertyNotFoundException
javax.el.ELException
-
setValue
public void setValue(javax.el.ELContext context, Object base, Object property, Object value) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.PropertyNotWritableException, javax.el.ELException - Specified by:
setValue
in classjavax.el.ELResolver
- Throws:
NullPointerException
javax.el.PropertyNotFoundException
javax.el.PropertyNotWritableException
javax.el.ELException
-
isReadOnly
public boolean isReadOnly(javax.el.ELContext context, Object base, Object property) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.ELException - Specified by:
isReadOnly
in classjavax.el.ELResolver
- Throws:
NullPointerException
javax.el.PropertyNotFoundException
javax.el.ELException
-
getFeatureDescriptors
- Specified by:
getFeatureDescriptors
in classjavax.el.ELResolver
-
getCommonPropertyType
- Specified by:
getCommonPropertyType
in classjavax.el.ELResolver
-