com.opensymphony.webwork.views.jsp.iterator
Class SortIteratorTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.opensymphony.webwork.views.jsp.WebWorkTagSupport
          extended bycom.opensymphony.webwork.views.jsp.ParameterizedTagSupport
              extended bycom.opensymphony.webwork.views.jsp.ActionTag
                  extended bycom.opensymphony.webwork.views.jsp.iterator.SortIteratorTag
All Implemented Interfaces:
IterationTag, ParamTag.Parametric, Serializable, Tag, WebWorkStatics

public class SortIteratorTag
extends ActionTag

Version:
$Revision: 1.9 $
Author:
Rickard ?berg (rickard@dreambean.com)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.webwork.views.jsp.WebWorkTagSupport
ALT_SYNTAX
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface com.opensymphony.webwork.WebWorkStatics
HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERLVET_DISPATCHER, SERVLET_CONFIG, SERVLET_DISPATCHER
 
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
SortIteratorTag()
           
 
Method Summary
 int doStartTag()
           
 void setComparator(String aComparator)
           
 void setParent(Tag t)
           
 void setSource(String aName)
           
 
Methods inherited from class com.opensymphony.webwork.views.jsp.ActionTag
doEndTag, setExecuteResult, setIgnoreContextParams, setName, setNamespace
 
Methods inherited from class com.opensymphony.webwork.views.jsp.ParameterizedTagSupport
addParameter, getParameters, reset
 
Methods inherited from class com.opensymphony.webwork.views.jsp.WebWorkTagSupport
findString, findValue, findValue, getStack, toString, translateVariables
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortIteratorTag

public SortIteratorTag()
Method Detail

setComparator

public void setComparator(String aComparator)

setParent

public void setParent(Tag t)

setSource

public void setSource(String aName)

doStartTag

public int doStartTag()
               throws JspException
Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class ActionTag
Throws:
JspException

WebWork Project Page