|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NullHandler
Interface for handling null results from Chains. Object has the opportunity to substitute an object for the null and continue.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Object nullMethodResult(Map<String,Object> context, Object target, String methodName, Object[] args)
Object nullPropertyValue(Map<String,Object> context, Object target, Object property)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |