Class PageUpTag
- All Implemented Interfaces:
Serializable
,IterationTag
,JspTag
,Tag
A JSP tag to handle Page Up links at the bottom of a view page.
- Since:
- 1.0
- Version:
- 10.0
- Author:
- Luke
- See Also:
-
Field Summary
Fields inherited from class org.deltava.taglib.view.ScrollTag
_scrollBarTag, _tagLabel, _viewTag
Fields inherited from class org.deltava.taglib.html.ElementTag
_classes, _data, _out
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
doEndTag()
Closes the link tag and outputs it to the JSP output stream.int
Renders the link and label to the JSP output stream.Methods inherited from class org.deltava.taglib.view.ScrollTag
buildParameters, renderLabel, setTarget, setText, setUrl, validateTag
Methods inherited from class org.deltava.taglib.html.LinkTag
release, setAnchor, setExternal, setLabel, setOnClick, validateLink
Methods inherited from class org.deltava.taglib.html.ElementTag
getFormIndexCount, getName, getParentFormTag, setClassName, setID, setNumericAttr, setPageContext, setStyle
Methods inherited from class org.deltava.taglib.BrowserInfoTag
getBrowserContext
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValue
-
Constructor Details
-
PageUpTag
public PageUpTag()Creates a new tag with the default label of "PAGE UP".
-
-
Method Details
-
doStartTag
Renders the link and label to the JSP output stream.- Specified by:
doStartTag
in interfaceTag
- Overrides:
doStartTag
in classLinkTag
- Returns:
- TagSupport.SKIP_BODY
- Throws:
JspException
- if an error occurs
-
doEndTag
Closes the link tag and outputs it to the JSP output stream.- Specified by:
doEndTag
in interfaceTag
- Overrides:
doEndTag
in classLinkTag
- Returns:
- TagSupport.EVAL_PAGE
- Throws:
JspException
- if an error occurs
-