Uses of Interface
org.apache.commons.ognl.NullHandler
-
Packages that use NullHandler Package Description org.apache.commons.ognl -
-
Uses of NullHandler in org.apache.commons.ognl
Classes in org.apache.commons.ognl that implement NullHandler 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.Fields in org.apache.commons.ognl with type parameters of type NullHandler Modifier and Type Field Description private ClassCache<NullHandler>
OgnlCache. nullHandlers
Methods in org.apache.commons.ognl that return NullHandler Modifier and Type Method Description NullHandler
OgnlCache. getNullHandler(java.lang.Class<?> clazz)
static NullHandler
OgnlRuntime. getNullHandler(java.lang.Class<?> clazz)
Methods in org.apache.commons.ognl with parameters of type NullHandler Modifier and Type Method Description void
OgnlCache. setNullHandler(java.lang.Class<?> clazz, NullHandler handler)
static void
OgnlRuntime. setNullHandler(java.lang.Class<?> clazz, NullHandler handler)
-