org.apache.commons.ognl.test
Class CorrectedObjectNullHandler

java.lang.Object
  extended by org.apache.commons.ognl.test.CorrectedObjectNullHandler
All Implemented Interfaces:
NullHandler

public class CorrectedObjectNullHandler
extends Object
implements NullHandler


Constructor Summary
CorrectedObjectNullHandler(String defaultValue)
           
 
Method Summary
 Object nullMethodResult(Map context, Object target, String methodName, Object[] args)
           
 Object nullPropertyValue(Map context, Object target, Object property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorrectedObjectNullHandler

public CorrectedObjectNullHandler(String defaultValue)
Method Detail

nullMethodResult

public Object nullMethodResult(Map context,
                               Object target,
                               String methodName,
                               Object[] args)
Specified by:
nullMethodResult in interface NullHandler

nullPropertyValue

public Object nullPropertyValue(Map context,
                                Object target,
                                Object property)
Specified by:
nullPropertyValue in interface NullHandler


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.