itexpert.chap10.tags
Class PageNavigationTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--itexpert.chap10.tags.PageNavigationTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class PageNavigationTag
extends javax.servlet.jsp.tagext.TagSupport

ÆäÀÌÁö ³×ºñ°ÔÀ̼ÇÀ» Ç¥½ÃÇϴ ű×

Author:
kenu
See Also:
Serialized Form

Field Summary
 
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
PageNavigationTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void setCpage(int cpage)
          Sets the cpage.
 void setLink(java.lang.String link)
          Sets the link.
 void setPageSize(int pageSize)
          Sets the pageSize.
 void setTotal(int total)
          Sets the total.
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageNavigationTag

public PageNavigationTag()
Method Detail

doStartTag

public int doStartTag()
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport

doEndTag

public int doEndTag()
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport

setCpage

public void setCpage(int cpage)
Sets the cpage.

Parameters:
cpage - The cpage to set

setPageSize

public void setPageSize(int pageSize)
Sets the pageSize.

Parameters:
pageSize - The pageSize to set

setTotal

public void setTotal(int total)
Sets the total.

Parameters:
total - The total to set

setLink

public void setLink(java.lang.String link)
Sets the link.

Parameters:
link - The link to set