|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.jelly.impl.ExpressionScript
ExpressionScript outputs the value of an expression as text.
| Field Summary | |
private Expression |
expression
the expression evaluated as a String and output by this script |
| Constructor Summary | |
ExpressionScript()
|
|
ExpressionScript(Expression expression)
|
|
| Method Summary | |
Script |
compile()
Called by the parser to allow a more efficient representation of the script to be used. |
Expression |
getExpression()
|
void |
run(JellyContext context,
XMLOutput output)
Evaluates the body of a tag |
void |
setExpression(Expression expression)
Sets the expression evaluated as a String and output by this script |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private Expression expression
| Constructor Detail |
public ExpressionScript()
public ExpressionScript(Expression expression)
| Method Detail |
public java.lang.String toString()
public Expression getExpression()
public void setExpression(Expression expression)
public Script compile()
Script
compile in interface Script
public void run(JellyContext context,
XMLOutput output)
throws JellyTagException
run in interface ScriptJellyTagException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||