net.sf.jbenchmark
Class TokeniseTag

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended bynet.sf.jbenchmark.TokeniseTag
All Implemented Interfaces:
org.apache.commons.jelly.Tag

public class TokeniseTag
extends org.apache.commons.jelly.TagSupport

A Jelly tag that tokenises a string.

Version:
$Id: TokeniseTag.java,v 1.3 2004/06/28 01:15:37 bdargan Exp $
Author:
Adam Murdoch

Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
TokeniseTag()
           
 
Method Summary
 void doTag(org.apache.commons.jelly.XMLOutput xmlOutput)
          Do Tag.
 void setItems(java.lang.String items)
          Sets the comma separated list of items.
 void setVar(java.lang.String var)
          Sets the variable name.
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isTrim, setBody, setContext, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokeniseTag

public TokeniseTag()
Method Detail

setVar

public void setVar(java.lang.String var)
Sets the variable name.


setItems

public void setItems(java.lang.String items)
Sets the comma separated list of items.


doTag

public void doTag(org.apache.commons.jelly.XMLOutput xmlOutput)
           throws org.apache.commons.jelly.MissingAttributeException,
                  org.apache.commons.jelly.JellyTagException
Do Tag.

Throws:
org.apache.commons.jelly.MissingAttributeException
org.apache.commons.jelly.JellyTagException