public class JasperELResolver
extends javax.el.CompositeELResolver
| Constructor | Description |
|---|---|
JasperELResolver(java.util.List<javax.el.ELResolver> appResolvers,
javax.el.ELResolver streamResolver) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(javax.el.ELResolver elResolver) |
|
java.lang.Object |
getValue(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property) |
|
java.lang.Object |
invoke(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object method,
java.lang.Class<?>[] paramTypes,
java.lang.Object[] params) |
Invokes a method on the the given object.
|
public JasperELResolver(java.util.List<javax.el.ELResolver> appResolvers,
javax.el.ELResolver streamResolver)
public void add(javax.el.ELResolver elResolver)
add in class javax.el.CompositeELResolverpublic java.lang.Object getValue(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property)
throws java.lang.NullPointerException,
javax.el.PropertyNotFoundException,
javax.el.ELException
getValue in class javax.el.CompositeELResolvercontext - The EL context for this evaluationbase - The base object on which the property is to be foundproperty - The property whose value is to be returnedjava.lang.NullPointerException - If the supplied context is nulljavax.el.PropertyNotFoundException - If the base/property combination provided to the resolver is
one that the resolver can handle but no match was found or a
match was found but was not readablejavax.el.ELException - Wraps any exception throw whilst resolving the propertypublic java.lang.Object invoke(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object method,
java.lang.Class<?>[] paramTypes,
java.lang.Object[] params)
javax.el.ELResolvernull.invoke in class javax.el.CompositeELResolvercontext - The EL context for this evaluationbase - The base object on which the method is to be foundmethod - The method to invokeparamTypes - The types of the parameters of the method to invokeparams - The parameters with which to invoke the methodnullCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.