Uses of Interface
ognl.NullHandler
-
Packages that use NullHandler Package Description ognl OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects. -
-
Uses of NullHandler in ognl
Classes in ognl that implement NullHandler Modifier and Type Class Description classObjectNullHandlerImplementation of NullHandler that returns null in all cases, so that NullPointerException will be thrown by the caller.Methods in ognl that return NullHandler Modifier and Type Method Description static NullHandlerOgnlRuntime. getNullHandler(java.lang.Class cls)Methods in ognl with parameters of type NullHandler Modifier and Type Method Description static voidOgnlRuntime. setNullHandler(java.lang.Class cls, NullHandler handler)
-