Class EmptyOperator

java.lang.Object
org.apache.commons.el.UnaryOperator
org.apache.commons.el.EmptyOperator

public class EmptyOperator extends UnaryOperator

The implementation of the empty operator

Version:
$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: luehe $
Author:
Nathan Abramson - Art Technology Group
  • Field Details

  • Constructor Details

    • EmptyOperator

      public EmptyOperator()
      Constructor
  • Method Details

    • getOperatorSymbol

      public String getOperatorSymbol()
      Returns the symbol representing the operator
      Specified by:
      getOperatorSymbol in class UnaryOperator
    • apply

      public Object apply(Object pValue, Logger pLogger) throws javax.servlet.jsp.el.ELException
      Applies the operator to the given value
      Specified by:
      apply in class UnaryOperator
      Throws:
      javax.servlet.jsp.el.ELException