Package ognl

Class ObjectNullHandler

java.lang.Object
ognl.ObjectNullHandler
All Implemented Interfaces:
NullHandler

public class ObjectNullHandler extends Object implements NullHandler
Implementation of NullHandler that returns null in all cases, so that NullPointerException will be thrown by the caller.
Author:
Luke Blanshard (blanshlu@netscape.net), Drew Davidson (drew@ognl.org)
  • Constructor Details

    • ObjectNullHandler

      public ObjectNullHandler()
  • Method Details