Uses of Interface
ognl.NullHandler

Uses of NullHandler in ognl
 

Classes in ognl that implement NullHandler
 class ObjectNullHandler
          Implementation of NullHandler that returns null in all cases, so that NullPointerException will be thrown by the caller.
 

Methods in ognl that return NullHandler
static NullHandler OgnlRuntime.getNullHandler(Class cls)
           
 

Methods in ognl with parameters of type NullHandler
static void OgnlRuntime.setNullHandler(Class cls, NullHandler handler)
           
 


OGNL Project Page