se.kmr.scam.web.taglib.multipart
Class ParseTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byse.kmr.scam.web.taglib.multipart.ExposeSupport
          extended byse.kmr.scam.web.taglib.multipart.ItemSupport
              extended byse.kmr.scam.web.taglib.multipart.ParseTag
All Implemented Interfaces:
IterationTag, Serializable, Tag

public class ParseTag
extends se.kmr.scam.web.taglib.multipart.ItemSupport

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ParseTag()
           
 
Method Summary
 int doAfterBody()
           
 int doStartTag()
           
 String getVar()
          Gets the var attribute value
 void setItem(String item)
          Sets the item attribute of this object
 void setVar(String var)
          Sets the var attribute value
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
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
 

Constructor Detail

ParseTag

public ParseTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

doAfterBody

public int doAfterBody()
                throws JspException
Throws:
JspException

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.