org.apache.commons.jelly.impl
Class DynaTagScript

java.lang.Object
  |
  +--org.apache.commons.jelly.impl.TagScript
        |
        +--org.apache.commons.jelly.impl.DynaTagScript
All Implemented Interfaces:
Script
Direct Known Subclasses:
StaticTagScript

public class DynaTagScript
extends TagScript

DynaTagScript is a script evaluates a custom DynaTag.

Version:
$Revision: 1.9 $
Author:
James Strachan

Fields inherited from class org.apache.commons.jelly.impl.TagScript
attributes, tag
 
Constructor Summary
DynaTagScript()
           
DynaTagScript(DynaTag tag)
           
 
Method Summary
 Script compile()
          Compiles the script to a more efficient form.
 void run(JellyContext context, XMLOutput output)
          Evaluates the body of a tag
 
Methods inherited from class org.apache.commons.jelly.impl.TagScript
addAttribute, convertType, createJellyException, createJellyException, endNamespacePrefixes, getColumnNumber, getElementName, getFileName, getLineNumber, getTag, handleException, handleException, newInstance, setColumnNumber, setElementName, setFileName, setLineNumber, setLocator, setNamespacesMap, setTag, startNamespacePrefixes, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DynaTagScript

public DynaTagScript()

DynaTagScript

public DynaTagScript(DynaTag tag)
Method Detail

compile

public Script compile()
               throws java.lang.Exception
Compiles the script to a more efficient form. Will only be called once by the parser

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.