org.apache.commons.el
Class EmptyOperator
public class EmptyOperator
The implementation of the empty operator
Version:
- Nathan Abramson - Art Technology Group
Object | apply(Object pValue, Logger pLogger) -
Applies the operator to the given value
|
String | getOperatorSymbol() -
Returns the symbol representing the operator
|
EmptyOperator
public EmptyOperator()
Constructor
apply
public Object apply(Object pValue,
Logger pLogger)
throws ELException
Applies the operator to the given value
- apply in interface UnaryOperator
getOperatorSymbol
public String getOperatorSymbol()
Returns the symbol representing the operator
- getOperatorSymbol in interface UnaryOperator
Copyright (c) 2001-2002 - Apache Software Foundation