net.mlw.vlh.web.tag
Class InvertedRowTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended bynet.mlw.vlh.web.tag.ConfigurableTag
              extended bynet.mlw.vlh.web.tag.DefaultRowTag
                  extended bynet.mlw.vlh.web.tag.InvertedRowTag
All Implemented Interfaces:
Attributeable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, Serializable, javax.servlet.jsp.tagext.Tag

public class InvertedRowTag
extends DefaultRowTag

AAA add locale for format

Version:
$Revision: 1.12 $ $Date: 2005/11/23 14:55:49 $
Author:
Matthew L. Wilson, Andrej Zachar
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.mlw.vlh.web.tag.DefaultRowTag
bean, beanInPageScope, currentRowNumber
 
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
InvertedRowTag()
           
 
Method Summary
 void convertValueList()
           
 int doAfterBody()
           
 int doEndTag()
           
 int doStartTag()
           
 void release()
          Called on a Tag handler to release state.
 void setFormat(String format)
           
 void setTitle(String title)
           
 
Methods inherited from class net.mlw.vlh.web.tag.DefaultRowTag
addColumnInfo, getBeanName, getColumns, getCurrentRowNumber, getDisplayProvider, getRootTag, getRowStyleClass, init, isEnabledHeader, isNestedHeader, processIteration, renderHeaderCell, renderHeaderRow, renderNestedHeader, setBean, setDisableHeader, setDisplay, setFocusRowNumber, setNestedHeader
 
Methods inherited from class net.mlw.vlh.web.tag.ConfigurableTag
appendClassCellAttribute, getAttributes, getCellAttributes, resetAttributes, setAttributes, setCellAttribute
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
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

InvertedRowTag

public InvertedRowTag()
Method Detail

convertValueList

public void convertValueList()
                      throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException

doStartTag

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

doAfterBody

public int doAfterBody()
                throws javax.servlet.jsp.JspException
Specified by:
doAfterBody in interface javax.servlet.jsp.tagext.IterationTag
Overrides:
doAfterBody in class DefaultRowTag
Throws:
javax.servlet.jsp.JspException
See Also:
IterationTag.doAfterBody()

doEndTag

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

release

public void release()
Description copied from class: DefaultRowTag
Called on a Tag handler to release state. The page compiler guarantees that JSP page implementation objects will invoke this method on all tag handlers, but there may be multiple invocations on doStartTag and doEndTag in between.

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

setTitle

public void setTitle(String title)
Parameters:
title - The title to set.

setFormat

public void setFormat(String format)
Parameters:
format - The format to set.


Copyright © 2003-2006 mlavilson. All Rights Reserved.