org.apache.commons.jelly
Interface Script
- All Known Implementing Classes:
- TextScript, ScriptBlock, TagScript, ExpressionScript
- public interface Script
Script
represents a Jelly script.
- Version:
- $Revision: 1.4 $
- Author:
- James Strachan
Method Summary |
Script |
compile()
Called by the parser to allow a more efficient
representation of the script to be used. |
void |
run(JellyContext context,
XMLOutput output)
Evaluates the body of a tag |
compile
public Script compile()
throws java.lang.Exception
- Called by the parser to allow a more efficient
representation of the script to be used.
run
public void run(JellyContext context,
XMLOutput output)
throws java.lang.Exception
- Evaluates the body of a tag
Copyright © 2002-2002 Apache Software Foundation. All Rights Reserved.