Class OgnlNullHandlerWrapper

java.lang.Object
org.apache.struts2.ognl.OgnlNullHandlerWrapper
All Implemented Interfaces:
ognl.NullHandler

public class OgnlNullHandlerWrapper extends Object implements ognl.NullHandler
  • Constructor Details

    • OgnlNullHandlerWrapper

      public OgnlNullHandlerWrapper(NullHandler target)
  • Method Details

    • 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