This project has retired. For details please refer to its
Attic page.
StringFunction (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.woody.expression
Class StringFunction
java.lang.Object
org.outerj.expression.AbstractExpression
org.apache.cocoon.woody.expression.StringFunction
- All Implemented Interfaces:
- org.outerj.expression.Expression
public class StringFunction
- extends org.outerj.expression.AbstractExpression
Converts argument to the string. Useful when concatenating non-string
values, such as numbers.
- Version:
- CVS $Id: StringFunction.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- The Apache Cocoon Team
Fields inherited from class org.outerj.expression.AbstractExpression |
arguments, column, line |
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 |
StringFunction
public StringFunction()
evaluate
public Object evaluate(org.outerj.expression.ExpressionContext context)
throws org.outerj.expression.ExpressionException
- Throws:
org.outerj.expression.ExpressionException
getResultType
public Class getResultType()
getDescription
public String getDescription()
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.