Package org.apache.commons.ognl
Interface NullHandler
-
- All Known Implementing Classes:
ObjectNullHandler
public interface NullHandlerInterface for handling null results from Chains. Object has the opportunity to substitute an object for the null and continue.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectnullMethodResult(Map<String,Object> context, Object target, String methodName, Object[] args)Method called on target returned null.ObjectnullPropertyValue(Map<String,Object> context, Object target, Object property)Property in target evaluated to null.
-