Uses of Interface
org.apache.commons.ognl.NullHandler
Packages that use NullHandler
-
Uses of NullHandler in org.apache.commons.ognl
Classes in org.apache.commons.ognl that implement NullHandlerModifier and TypeClassDescriptionclass
Implementation of NullHandler that returns null in all cases, so that NullPointerException will be thrown by the caller.Fields in org.apache.commons.ognl with type parameters of type NullHandlerMethods in org.apache.commons.ognl that return NullHandlerModifier and TypeMethodDescriptionOgnlCache.getNullHandler
(Class<?> clazz) static NullHandler
OgnlRuntime.getNullHandler
(Class<?> clazz) Methods in org.apache.commons.ognl with parameters of type NullHandlerModifier and TypeMethodDescriptionvoid
OgnlCache.setNullHandler
(Class<?> clazz, NullHandler handler) static void
OgnlRuntime.setNullHandler
(Class<?> clazz, NullHandler handler)