org.displaytag.tags
Class TableFooterTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.displaytag.tags.TableFooterTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, MediaUtil.SupportsMedia

public class TableFooterTag
extends javax.servlet.jsp.tagext.BodyTagSupport
implements MediaUtil.SupportsMedia

Display a table footer. Html only, not included in export.

Version:
$Revision: 1081 $ ($Author: fgiust $)
Author:
Fabrizio Giustina, rapruitt
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
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
TableFooterTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 java.util.List getSupportedMedia()
          Obtain the list of media types this object supports.
 void release()
           
 void setMedia(java.lang.String media)
          Tag setter.
 void setShowAsLastRow(boolean showAsLastRow)
          Tag setter.
 void setSupportedMedia(java.util.List media)
          Configure the list of media types this object will support.
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
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
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

TableFooterTag

public TableFooterTag()
Method Detail

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.BodyTagSupport
Throws:
javax.servlet.jsp.JspException
See Also:
Tag.doEndTag()

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.BodyTagSupport
Throws:
javax.servlet.jsp.JspException
See Also:
Tag.doStartTag()

setSupportedMedia

public void setSupportedMedia(java.util.List media)
Description copied from interface: MediaUtil.SupportsMedia
Configure the list of media types this object will support.

Specified by:
setSupportedMedia in interface MediaUtil.SupportsMedia
Parameters:
media - The list of media types this object will support.
See Also:
MediaUtil.SupportsMedia.setSupportedMedia(java.util.List)

getSupportedMedia

public java.util.List getSupportedMedia()
Description copied from interface: MediaUtil.SupportsMedia
Obtain the list of media types this object supports.

Specified by:
getSupportedMedia in interface MediaUtil.SupportsMedia
Returns:
The list of media types this object supports.
See Also:
MediaUtil.SupportsMedia.getSupportedMedia()

setMedia

public void setMedia(java.lang.String media)
Tag setter.

Parameters:
media - the space delimited list of supported types

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class javax.servlet.jsp.tagext.BodyTagSupport
See Also:
Tag.release()

setShowAsLastRow

public void setShowAsLastRow(boolean showAsLastRow)
Tag setter.

Parameters:
showAsLastRow - the space delimited list of supported types


Copyright © 2002-2007 the Displaytag team. All Rights Reserved.