com.opensymphony.xwork2.ognl
Class OgnlNullHandlerWrapper

java.lang.Object
  extended by com.opensymphony.xwork2.ognl.OgnlNullHandlerWrapper
All Implemented Interfaces:
ognl.NullHandler

public class OgnlNullHandlerWrapper
extends Object
implements ognl.NullHandler


Constructor Summary
OgnlNullHandlerWrapper(NullHandler target)
           
 
Method Summary
 Object nullMethodResult(Map context, Object target, String methodName, Object[] args)
           
 Object nullPropertyValue(Map context, Object target, Object property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OgnlNullHandlerWrapper

public OgnlNullHandlerWrapper(NullHandler target)
Method Detail

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 © 2009 OpenSymphony. All Rights Reserved.