| Package | Description |
|---|---|
| ognl |
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
|
| Modifier and Type | Field and Description |
|---|---|
static OgnlRuntime.ArgsCompatbilityReport |
OgnlRuntime.NoArgsReport |
| Modifier and Type | Method and Description |
|---|---|
static OgnlRuntime.ArgsCompatbilityReport |
OgnlRuntime.areArgsCompatible(Class[] args,
Class[] classes,
Method m) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
OgnlRuntime.isTypeCompatible(Class parameterClass,
Class methodArgumentClass,
int index,
OgnlRuntime.ArgsCompatbilityReport report) |
Copyright © 1997–2018 OpenSymphony. All rights reserved.