de.apage4u.database.tags
Class DeleteTag

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

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

Deletes one or all data sets.

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
DeleteTag()
          Constructor.
 
Method Summary
 int doStartTag()
          Entering the tag executes this method.
 void release()
          Method called to release all resources
 void setAll(java.lang.String all)
          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.
 
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

DeleteTag

public DeleteTag()
Constructor.

Method Detail

setId

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


setAll

public void setAll(java.lang.String all)
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.