de.apage4u.database.tags
Class InsertTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byde.apage4u.database.tags.InsertTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class InsertTag
extends javax.servlet.jsp.tagext.TagSupport

Inserts one data set or a file containing some data.

See Also:
Serialized Form

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

InsertTag

public InsertTag()
Constructor.

Method Detail

setFileString

public void setFileString(java.lang.String fileString)
Method used by the JSP container to set the attribut.


setId

public void setId(java.lang.String id)
Method used by the JSP container to set the attribut.


setTitle

public void setTitle(java.lang.String title)
Method used by the JSP container to set the attribut.


setArtist

public void setArtist(java.lang.String artist)
Method used by the JSP container to set the attribut.


setType

public void setType(java.lang.String type)
Method used by the JSP container to set the attribut.


setNotes

public void setNotes(java.lang.String notes)
Method used by the JSP container to set the attribut.


doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspTagException
Entering the tag executes this method.

Throws:
javax.servlet.jsp.JspTagException

release

public void release()
Method called to release all resources



Copyright © 2004 www.apage4u.de. All Rights Reserved.