com.opensymphony.xwork2.ognl
Class OgnlNullHandlerWrapper
java.lang.Object
com.opensymphony.xwork2.ognl.OgnlNullHandlerWrapper
- All Implemented Interfaces:
- ognl.NullHandler
public class OgnlNullHandlerWrapper
- extends Object
- implements ognl.NullHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wrapped
private NullHandler wrapped
OgnlNullHandlerWrapper
public OgnlNullHandlerWrapper(NullHandler target)
nullMethodResult
public Object nullMethodResult(Map context,
Object target,
String methodName,
Object[] args)
- Specified by:
nullMethodResult
in interface ognl.NullHandler
nullPropertyValue
public Object nullPropertyValue(Map context,
Object target,
Object property)
- Specified by:
nullPropertyValue
in interface ognl.NullHandler
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.