|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.el.BinaryOperator
org.apache.commons.el.EqualityOperator
This is the superclass for all equality operators (==, !=)
Constructor Summary | |
EqualityOperator()
|
Method Summary | |
abstract boolean |
apply(boolean pAreEqual)
Applies the operator given the fact that the two elements are equal. |
java.lang.Object |
apply(java.lang.Object pLeft,
java.lang.Object pRight)
Applies the operator to the given value |
Methods inherited from class org.apache.commons.el.BinaryOperator |
getOperatorSymbol, shouldCoerceToBoolean, shouldEvaluate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EqualityOperator()
Method Detail |
public java.lang.Object apply(java.lang.Object pLeft, java.lang.Object pRight) throws javax.servlet.jsp.el.ELException
apply
in class BinaryOperator
javax.servlet.jsp.el.ELException
public abstract boolean apply(boolean pAreEqual)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |