net.smartlab.web.page
Class PageListTag

java.lang.Object
  extended by net.smartlab.web.page.AbstractTag
      extended by net.smartlab.web.page.PageListTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, LinkableTag

public class PageListTag
extends AbstractTag
implements javax.servlet.jsp.tagext.IterationTag, LinkableTag

TODO documentation

Author:
rlogiacco

Field Summary
protected  int index
          TODO documentation
 
Fields inherited from class net.smartlab.web.page.AbstractTag
context
 
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
PageListTag()
           
 
Method Summary
 int doAfterBody()
           
 int doStartTag()
           
 int getPage()
          Returns the page to wich the enclosed LinkTag is directed.
 
Methods inherited from class net.smartlab.web.page.AbstractTag
doEndTag, getPaginator, getParent, release, setPageContext, setParent
 
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
doEndTag, getParent, release, setPageContext, setParent
 

Field Detail

index

protected int index
TODO documentation

Constructor Detail

PageListTag

public PageListTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Throws:
javax.servlet.jsp.JspException
See Also:
Tag.doStartTag()

doAfterBody

public int doAfterBody()
                throws javax.servlet.jsp.JspException
Specified by:
doAfterBody in interface javax.servlet.jsp.tagext.IterationTag
Throws:
javax.servlet.jsp.JspException
See Also:
IterationTag.doAfterBody()

getPage

public int getPage()
Description copied from interface: LinkableTag
Returns the page to wich the enclosed LinkTag is directed.

Specified by:
getPage in interface LinkableTag
Returns:
See Also:
LinkableTag.getPage()


Copyright © 2004-2009 The SmartWeb Team. All Rights Reserved.