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


Field Summary
private  NullHandler wrapped
           
 
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
 

Field Detail

wrapped

private NullHandler wrapped
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 © 2000-2008 Apache Software Foundation. All Rights Reserved.