|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
se.kmr.scam.web.taglib.multipart.ExposeSupport
se.kmr.scam.web.taglib.multipart.ItemSupport
se.kmr.scam.web.taglib.multipart.GetStringTag
Gets the content of an item as a string.
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 | |
GetStringTag()
|
Method Summary | |
int |
doStartTag()
Description of the Method |
String |
getEncoding()
Gets the encoding attribute value of this object |
String |
getVar()
Gets the var attribute value |
void |
setEncoding(String enc)
Sets the encoding attribute of this object |
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 |
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 |
Constructor Detail |
public GetStringTag()
Method Detail |
public int doStartTag() throws JspException
JspException
- Description of the Exceptionpublic void setEncoding(String enc)
enc
- new enconding attribute valuepublic String getEncoding()
public void setItem(String item)
item
- the new item attribute valuepublic void setVar(String var)
var
- new var attribute valuepublic String getVar()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |