net.sourceforge.xwing.jelly.tags.util
Class FuncTag

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended bynet.sourceforge.xwing.jelly.tags.util.FuncTag
All Implemented Interfaces:
Tag

public class FuncTag
extends TagSupport


Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
FuncTag()
           
 
Method Summary
 void doTag(XMLOutput output)
           
 void setRequired(String required)
           
 void setScript(Script script)
           
 void setVar(String var)
           
 
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

FuncTag

public FuncTag()
Method Detail

doTag

public void doTag(XMLOutput output)
           throws JellyTagException
Throws:
JellyTagException

setVar

public void setVar(String var)

setRequired

public void setRequired(String required)

setScript

public void setScript(Script script)


Copyright © 2003 The Xwing Project. All Rights Reserved.