|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
de.apage4u.database.tags.InsertTag
Inserts one data set or a file containing some data.
Field Summary |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
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 | |
InsertTag()
Constructor. |
Method Summary | |
int |
doStartTag()
Entering the tag executes this method. |
void |
release()
Method called to release all resources |
void |
setArtist(java.lang.String artist)
Method used by the JSP container to set the attribut. |
void |
setFileString(java.lang.String fileString)
Method used by the JSP container to set the attribut. |
void |
setId(java.lang.String id)
Method used by the JSP container to set the attribut. |
void |
setNotes(java.lang.String notes)
Method used by the JSP container to set the attribut. |
void |
setTitle(java.lang.String title)
Method used by the JSP container to set the attribut. |
void |
setType(java.lang.String type)
Method used by the JSP container to set the attribut. |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InsertTag()
Method Detail |
public void setFileString(java.lang.String fileString)
public void setId(java.lang.String id)
public void setTitle(java.lang.String title)
public void setArtist(java.lang.String artist)
public void setType(java.lang.String type)
public void setNotes(java.lang.String notes)
public int doStartTag() throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagException
public void release()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |