public interface NullHandler
Object nullMethodResult(Map context, Object target, String methodName, Object[] args)
context - 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.Object nullPropertyValue(Map context, Object target, Object property)
context - 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.