de.apage4u.database.tags
Class ListTag

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

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

Prints all Data Objects on the server as a html tabel. If there are no Data Objects the tags body will be evaluated.

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
ListTag()
          Constructor.
 
Method Summary
 int doStartTag()
          Entering the tag executes this method.
 void release()
          Method called to release all resources
 void setSearchString(java.lang.String searchString)
          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, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListTag

public ListTag()
Constructor.

Method Detail

setSearchString

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