public class ObjectNullHandler extends Object implements NullHandler
| Constructor and Description |
|---|
ObjectNullHandler() |
public Object nullMethodResult(Map context, Object target, String methodName, Object[] args)
NullHandlernullMethodResult in interface NullHandlercontext - the current execution context.target - the Object on which the method was called.methodName - the name of the method which was called.args - the arguments to the method that was called.public Object nullPropertyValue(Map context, Object target, Object property)
NullHandlernullPropertyValue in interface NullHandlercontext - the current execution context.target - the Object to which the property belongs.property - the property whose value evaluated to null.Copyright © 1997–2021 OpenSymphony. All rights reserved.