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

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

public class FileTag
extends TagSupport


Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
FileTag()
           
 
Method Summary
 void doTag(XMLOutput arg)
           
 void setExtension(String string)
           
 void setFile(File file)
           
 void setPath(String path)
           
 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

FileTag

public FileTag()
Method Detail

doTag

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

setVar

public void setVar(String var)

setFile

public void setFile(File file)

setPath

public void setPath(String path)

setExtension

public void setExtension(String string)


Copyright © 2003 The Xwing Project. All Rights Reserved.