public class ELMethodResolver
extends org.springframework.expression.spel.support.ReflectiveMethodResolver
| Constructor and Description |
|---|
ELMethodResolver() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.expression.MethodExecutor |
resolve(org.springframework.expression.EvaluationContext context,
Object targetObject,
String name,
List<org.springframework.core.convert.TypeDescriptor> argumentTypes)
If the target object is a tag library, replace the name and targetObject parameters with the
method name and implementing class, respectively, of the named tag library function before
calling the super method.
|
public org.springframework.expression.MethodExecutor resolve(org.springframework.expression.EvaluationContext context,
Object targetObject,
String name,
List<org.springframework.core.convert.TypeDescriptor> argumentTypes)
throws org.springframework.expression.AccessException
resolve in interface org.springframework.expression.MethodResolverresolve in class org.springframework.expression.spel.support.ReflectiveMethodResolverorg.springframework.expression.AccessExceptionCopyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.