|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.outerj.expression.AbstractExpression org.apache.cocoon.forms.expression.StringFunction
public class StringFunction
Converts argument to the string. Useful when concatenating non-string values, such as numbers.
Field Summary |
---|
Fields inherited from class org.outerj.expression.AbstractExpression |
---|
arguments, column, line |
Constructor Summary | |
---|---|
StringFunction()
|
Method Summary | |
---|---|
Object |
evaluate(org.outerj.expression.ExpressionContext context)
|
String |
getDescription()
|
Class |
getResultType()
|
Methods inherited from class org.outerj.expression.AbstractExpression |
---|
addArgument, addArgument, check, checkArgument, checkArguments, checkArgumentsOfSameType, checkNoArguments, getColumn, getLine, setPosition |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringFunction()
Method Detail |
---|
public Object evaluate(org.outerj.expression.ExpressionContext context) throws org.outerj.expression.ExpressionException
org.outerj.expression.ExpressionException
public Class getResultType()
public String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |