|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.servingxml.expr.substitution.SubstitutionExpr
com.servingxml.expr.substitution.LiteralSubstitutionExpr
public class LiteralSubstitutionExpr
The LiteralSubstitutionExpr
implements a class that
evaluates to a literal value.
Field Summary |
---|
Fields inherited from class com.servingxml.expr.substitution.SubstitutionExpr |
---|
EMPTY, NULL |
Constructor Summary | |
---|---|
LiteralSubstitutionExpr(java.lang.String value)
|
Method Summary | |
---|---|
java.lang.String |
evaluateAsString(Record parameters,
Record record)
|
java.lang.String[] |
evaluateAsStringArray(Record parameters,
Record record)
|
boolean |
isLiteral()
|
boolean |
isNull()
|
Methods inherited from class com.servingxml.expr.substitution.SubstitutionExpr |
---|
parseString, parseString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LiteralSubstitutionExpr(java.lang.String value)
Method Detail |
---|
public java.lang.String evaluateAsString(Record parameters, Record record)
evaluateAsString
in class SubstitutionExpr
public java.lang.String[] evaluateAsStringArray(Record parameters, Record record)
evaluateAsStringArray
in class SubstitutionExpr
public boolean isLiteral()
isLiteral
in class SubstitutionExpr
public boolean isNull()
isNull
in class SubstitutionExpr
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |