| ognl.NullHandler
All known Subclasses: org.ognl.test.CorrectedObjectNullHandler, ognl.ObjectNullHandler,
NullHandler | public interface NullHandler (Code) | | Interface for handling null results from Chains.
Object has the opportunity to substitute an object for the
null and continue.
author: Luke Blanshard (blanshlu@netscape.net) author: Drew Davidson (drew@ognl.org) |
nullPropertyValue | public Object nullPropertyValue(Map context, Object target, Object property)(Code) | | Property in target evaluated to null. Property can be a constant
String property name or a DynamicSubscript.
|
|
|