| 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 and 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 and Description |
|---|---|
static NullHandler |
OgnlRuntime.getNullHandler(Class cls) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OgnlRuntime.setNullHandler(Class cls,
NullHandler handler) |
Copyright © 1997–2018 OpenSymphony. All rights reserved.