public class PageSizeTag extends VarSetterBaseTag
| Constructor and Description |
|---|
PageSizeTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag()
Process the tag, setting the value of the scoped variable to either the value of the
Constants.PAGESIZE_PARAM request parameter (or 0 if the parameter value is negative) or the
Constants.PAGESIZE_DEFAULT default value. |
getVar, release, setScope, setScopedVariable, setVarpublic final int doStartTag()
throws javax.servlet.jsp.JspException
Constants.PAGESIZE_PARAM request parameter (or 0 if the parameter value is negative) or the
Constants.PAGESIZE_DEFAULT default value.doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspException - if there is an error processing the tagCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.