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 | Class | Description |
---|---|---|
class |
ObjectNullHandler |
Implementation of NullHandler that returns null in all cases,
so that NullPointerException will be thrown by the caller.
|
Modifier and Type | Method | Description |
---|---|---|
static NullHandler |
OgnlRuntime.getNullHandler(java.lang.Class cls) |
Modifier and Type | Method | Description |
---|---|---|
static void |
OgnlRuntime.setNullHandler(java.lang.Class cls,
NullHandler handler) |