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

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

public class ExtensionFilterTag
extends TagSupport


Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
ExtensionFilterTag()
           
 
Method Summary
 void doTag(XMLOutput arg)
           
 void setDescription(String string)
           
 void setExtensions(String string)
           
 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

ExtensionFilterTag

public ExtensionFilterTag()
Method Detail

doTag

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

setVar

public void setVar(String var)

setDescription

public void setDescription(String string)

setExtensions

public void setExtensions(String string)


Copyright © 2003 The Xwing Project. All Rights Reserved.