org.apache.commons.jelly.impl
Class BeanTagScript

java.lang.Object
  |
  +--org.apache.commons.jelly.impl.TagScript
        |
        +--org.apache.commons.jelly.impl.BeanTagScript
All Implemented Interfaces:
Script

public class BeanTagScript
extends TagScript

TagScript evaluates a custom tag.

Version:
$Revision: 1.12 $
Author:
James Strachan

Fields inherited from class org.apache.commons.jelly.impl.TagScript
attributes, tag
 
Constructor Summary
BeanTagScript()
           
BeanTagScript(Tag 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

BeanTagScript

public BeanTagScript()

BeanTagScript

public BeanTagScript(Tag 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.