Package | Description |
---|---|
com.sun.el | |
com.sun.el.util |
Modifier and Type | Method and Description |
---|---|
MethodInfo |
MethodExpressionImpl.getMethodInfo(ELContext context)
Evaluates the expression relative to the provided context, and returns
information about the actual referenced method.
|
Class |
ValueExpressionImpl.getType(ELContext context) |
Object |
ValueExpressionImpl.getValue(ELContext context) |
ValueReference |
ValueExpressionImpl.getValueReference(ELContext context) |
Object |
MethodExpressionImpl.invoke(ELContext context,
Object[] params)
Evaluates the expression relative to the provided context, invokes the
method that was found using the supplied parameters, and returns the
result of the method invocation.
|
boolean |
ValueExpressionImpl.isReadOnly(ELContext context) |
void |
ValueExpressionImpl.setValue(ELContext context,
Object value) |
Modifier and Type | Method and Description |
---|---|
static PropertyDescriptor |
ReflectionUtil.getPropertyDescriptor(Object base,
Object property) |
Copyright © 2016. All rights reserved.