public class StreamELResolverImpl extends ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE| Constructor and Description |
|---|
StreamELResolverImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getCommonPropertyType(ELContext context,
java.lang.Object base)
Obtain the most common type that is acceptable for the given base object.
|
java.util.Iterator<java.beans.FeatureDescriptor> |
getFeatureDescriptors(ELContext context,
java.lang.Object base)
Obtain the feature descriptors for the resolvable properties of the given object.
|
java.lang.Class<?> |
getType(ELContext context,
java.lang.Object base,
java.lang.Object property)
Obtain the most generally acceptable type that may be used to set the given property on the given object using
the given context.
|
java.lang.Object |
getValue(ELContext context,
java.lang.Object base,
java.lang.Object property)
Obtain the value of the given property on the given object using the given context.
|
java.lang.Object |
invoke(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.
|
boolean |
isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property)
Determine if the given property on the given object is read-only using the given context.
|
void |
setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value)
Set the value of the given property on the given object using the given context.
|
convertToTypepublic java.lang.Object getValue(ELContext context, java.lang.Object base, java.lang.Object property)
javax.el.ELResolvergetValue in class ELResolvercontext - The EL context for this evaluationbase - The base object on which the property is to be foundproperty - The property whose value is to be returnedpublic java.lang.Class<?> getType(ELContext context, java.lang.Object base, java.lang.Object property)
javax.el.ELResolvergetType in class ELResolvercontext - The EL context for this evaluationbase - The base object on which the property is to be foundproperty - The property whose type is to be returnednull if the resolver is
read-only.public void setValue(ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
javax.el.ELResolversetValue in class ELResolvercontext - The EL context for this evaluationbase - The base object on which the property is to be foundproperty - The property whose value is to be setvalue - The value to set the property topublic boolean isReadOnly(ELContext context, java.lang.Object base, java.lang.Object property)
javax.el.ELResolverisReadOnly in class ELResolvercontext - The EL context for this evaluationbase - The base object on which the property is to be foundproperty - The property to be checked for read only statustrue if the identified property is read only, otherwise falsepublic java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(ELContext context, java.lang.Object base)
javax.el.ELResolvergetFeatureDescriptors in class ELResolvercontext - The context in which the examination takes placebase - The object to examinepublic java.lang.Class<?> getCommonPropertyType(ELContext context, java.lang.Object base)
javax.el.ELResolvergetCommonPropertyType in class ELResolvercontext - The context in which the examination takes placebase - The object to examinepublic java.lang.Object invoke(ELContext context, java.lang.Object base, java.lang.Object method, java.lang.Class<?>[] paramTypes, java.lang.Object[] params)
javax.el.ELResolverinvoke in class ELResolvercontext - 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-2024 Apache Software Foundation.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation.