se.kmr.scam.web.taglib.multipart
Class WriteTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
se.kmr.scam.web.taglib.multipart.ExposeSupport
se.kmr.scam.web.taglib.multipart.ItemSupport
se.kmr.scam.web.taglib.multipart.WriteTag
- All Implemented Interfaces:
- IterationTag, Serializable, Tag
- public class WriteTag
- extends se.kmr.scam.web.taglib.multipart.ItemSupport
Writes the content of the FileItem to disc.
- Version:
- $Revision: 1.3 $
- Author:
- Jöran
- See Also:
- Serialized Form
- Created:
- den 28 november 2002
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriteTag
public WriteTag()
doStartTag
public int doStartTag()
throws JspException
- Throws:
JspException
setRepository
public void setRepository(String repository)
- Sets the repository attribute of the WriteTag object
- Parameters:
repository
- The new repository value
setName
public void setName(String name)
- Sets the name attribute of the WriteTag object
- Parameters:
name
- The new name value
setItem
public void setItem(String item)
- Sets the item attribute of this object
- Parameters:
item
- the new item attribute value
setVar
public void setVar(String var)
- Sets the var attribute value
- Parameters:
var
- new var attribute value
getVar
public String getVar()
- Gets the var attribute value
- Returns:
- the var attribute value
Copyright © 2003 SCAM. All Rights Reserved.