|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.taglibs.standard.lang.jstl.BinaryOperator
org.apache.taglibs.standard.lang.jstl.RelationalOperator
org.apache.taglibs.standard.lang.jstl.LessThanOperator
public class LessThanOperator
The implementation of the less than operator
| Field Summary | |
|---|---|
static LessThanOperator |
SINGLETON
|
| Constructor Summary | |
|---|---|
LessThanOperator()
Constructor |
|
| Method Summary | |
|---|---|
boolean |
apply(double pLeft,
double pRight,
Logger pLogger)
Applies the operator to the given double values |
boolean |
apply(long pLeft,
long pRight,
Logger pLogger)
Applies the operator to the given long values |
Object |
apply(Object pLeft,
Object pRight,
Object pContext,
Logger pLogger)
Applies the operator to the given value |
boolean |
apply(String pLeft,
String pRight,
Logger pLogger)
Applies the operator to the given String values |
String |
getOperatorSymbol()
Returns the symbol representing the operator |
| Methods inherited from class org.apache.taglibs.standard.lang.jstl.BinaryOperator |
|---|
shouldCoerceToBoolean, shouldEvaluate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final LessThanOperator SINGLETON
| Constructor Detail |
|---|
public LessThanOperator()
| Method Detail |
|---|
public String getOperatorSymbol()
getOperatorSymbol in class BinaryOperator
public Object apply(Object pLeft,
Object pRight,
Object pContext,
Logger pLogger)
throws ELException
apply in class RelationalOperatorELException
public boolean apply(double pLeft,
double pRight,
Logger pLogger)
apply in class RelationalOperator
public boolean apply(long pLeft,
long pRight,
Logger pLogger)
apply in class RelationalOperator
public boolean apply(String pLeft,
String pRight,
Logger pLogger)
apply in class RelationalOperator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||