|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jelly.impl.ExpressionScript
public class ExpressionScript
ExpressionScript
outputs the value of an expression as text.
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 |
Constructor Detail |
---|
public ExpressionScript()
public ExpressionScript(Expression expression)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
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 Script
JellyTagException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |