public interface NullHandler
| Modifier and Type | Method and Description | 
|---|---|
Object | 
nullMethodResult(Map<String,Object> context,
                Object target,
                String methodName,
                Object[] args)
Method called on target returned null. 
 | 
Object | 
nullPropertyValue(Map<String,Object> context,
                 Object target,
                 Object property)
Property in target evaluated to null. 
 | 
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.