Package | Description |
---|---|
org.apache.taglibs.standard.lang.jstl |
Modifier and Type | Class and Description |
---|---|
class |
EqualsOperator
The implementation of the equals operator
|
class |
NotEqualsOperator
The implementation of the not equals operator
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
Coercions.applyEqualityOperator(java.lang.Object pLeft,
java.lang.Object pRight,
EqualityOperator pOperator,
Logger pLogger)
Performs all of the necessary type conversions, then calls on the
appropriate operator.
|