com.acsinet_solutions.cetia4.tags.pager
Class IterateNextTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.jstl.core.LoopTagSupport
          extended by com.acsinet_solutions.cetia4.tags.support.LogLoopTagSupport
              extended by com.acsinet_solutions.cetia4.tags.pager.AbstractBlockIteratorTag
                  extended by com.acsinet_solutions.cetia4.tags.pager.IterateNextTag
All Implemented Interfaces:
BlockAccessor, java.io.Serializable, javax.servlet.jsp.jstl.core.LoopTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally

public final class IterateNextTag
extends AbstractBlockIteratorTag

Tag for iteration of next paging blocks. A single block will be returned in cases where it is indeterminate if there are next blocks because no total results size was provided.

Author:
Santiago Arriaga - santiago.arriaga@acsinet-solutions.com
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.jstl.core.LoopTagSupport
begin, beginSpecified, end, endSpecified, itemId, statusId, step, stepSpecified
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
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
IterateNextTag()
           
 
Method Summary
protected  java.util.List<PagingBlock> getBlocks(PagedResults results)
          Get a list of blocks over which the iteration will be performed.
 
Methods inherited from class com.acsinet_solutions.cetia4.tags.pager.AbstractBlockIteratorTag
doEndTag, getPagingBlock, hasNext, next, prepare
 
Methods inherited from class com.acsinet_solutions.cetia4.tags.support.LogLoopTagSupport
doCatch, getConfiguration, getLocale, getLogger, getPortalPath, getRequest, getServletContext, getSession
 
Methods inherited from class javax.servlet.jsp.jstl.core.LoopTagSupport
doAfterBody, doFinally, doStartTag, getCurrent, getLoopStatus, release, setVar, setVarStatus, validateBegin, validateEnd, validateStep
 
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
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

IterateNextTag

public IterateNextTag()
Method Detail

getBlocks

protected java.util.List<PagingBlock> getBlocks(PagedResults results)
Description copied from class: AbstractBlockIteratorTag
Get a list of blocks over which the iteration will be performed.

Specified by:
getBlocks in class AbstractBlockIteratorTag