com.mlw.fps.view.taglib
Class HeaderTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--javax.servlet.jsp.tagext.BodyTagSupport
              |
              +--com.mlw.fps.view.taglib.HeaderTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class HeaderTag
extends javax.servlet.jsp.tagext.BodyTagSupport

Version:
$Revision: 1.3 $
Author:
Matthew Wilson
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
HeaderTag()
          Creates new GridTag
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 java.lang.String getAction()
           
 java.lang.String getSortColumn()
          Getter for property sortColumn.
 java.lang.String getSortInfo()
           
 AdvancedSortInfoForm getSortInfoBean()
           
 java.lang.String getValueList()
          Getter for property valueList.
 void release()
           
 void setAction(java.lang.String action)
          Setter for property action.
 void setSortColumn(java.lang.String sortColumn)
          Setter for property sortColumn.
 void setSortInfo(java.lang.String sortInfo)
          Setter for property sortInfo.
 void setValueList(java.lang.String valueList)
          Setter for property valueList.
 
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

HeaderTag

public HeaderTag()
Creates new GridTag

Method Detail

getSortInfo

public java.lang.String getSortInfo()

getSortInfoBean

public AdvancedSortInfoForm getSortInfoBean()
                                     throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException

release

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

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
Returns:
Throws:
javax.servlet.jsp.JspException

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
javax.servlet.jsp.JspException

setSortInfo

public void setSortInfo(java.lang.String sortInfo)
Setter for property sortInfo.

Parameters:
sortInfo - New value of property sortInfo.

setAction

public void setAction(java.lang.String action)
Setter for property action.

Parameters:
action - New value of property action.

getAction

public java.lang.String getAction()

getValueList

public java.lang.String getValueList()
Getter for property valueList.

Returns:
Value of property valueList.

setValueList

public void setValueList(java.lang.String valueList)
Setter for property valueList.

Parameters:
valueList - New value of property valueList.

getSortColumn

public java.lang.String getSortColumn()
Getter for property sortColumn.

Returns:
Value of property sortColumn.

setSortColumn

public void setSortColumn(java.lang.String sortColumn)
Setter for property sortColumn.

Parameters:
sortColumn - New value of property sortColumn.


Copyright © 2003 mlavilson. All Rights Reserved.