Uses of Interface
ognl.NullHandler
Packages that use NullHandler
Package
Description
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 NullHandlerModifier and TypeClassDescriptionclassImplementation of NullHandler that returns null in all cases, so that NullPointerException will be thrown by the caller.Fields in ognl with type parameters of type NullHandlerMethods in ognl that return NullHandlerModifier and TypeMethodDescriptionOgnlCache.getNullHandler(Class<?> clazz) static NullHandlerOgnlRuntime.getNullHandler(Class<?> clazz) Methods in ognl with parameters of type NullHandlerModifier and TypeMethodDescriptionvoidOgnlCache.setNullHandler(Class<?> clazz, NullHandler handler) static voidOgnlRuntime.setNullHandler(Class<?> clazz, NullHandler handler)