org.siqisource.demosupport.tags
类 ListTag

java.lang.Object
  继承者 javax.servlet.jsp.tagext.SimpleTagSupport
      继承者 org.siqisource.demosupport.tags.ListTag
所有已实现的接口:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag
直接已知子类:
CountTag

public class ListTag
extends javax.servlet.jsp.tagext.SimpleTagSupport


字段摘要
protected  boolean json
           
protected  Integer limit
           
protected  Integer offset
           
protected  String resultKey
           
protected  String tableName
           
 
构造方法摘要
ListTag()
           
 
方法摘要
 void doTag()
           
protected  String getSql(javax.servlet.http.HttpServletRequest request, List<String> sqlParamValues, String columns, boolean limitAble)
           
 void setJson(boolean json)
           
 void setLimit(Integer limit)
           
 void setOffset(Integer offset)
           
 void setResultKey(String resultKey)
           
 void setTableName(String tableName)
           
 
从类 javax.servlet.jsp.tagext.SimpleTagSupport 继承的方法
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

tableName

protected String tableName

resultKey

protected String resultKey

offset

protected Integer offset

limit

protected Integer limit

json

protected boolean json
构造方法详细信息

ListTag

public ListTag()
方法详细信息

setTableName

public void setTableName(String tableName)

setOffset

public void setOffset(Integer offset)

setLimit

public void setLimit(Integer limit)

setResultKey

public void setResultKey(String resultKey)

setJson

public void setJson(boolean json)

doTag

public void doTag()
           throws javax.servlet.jsp.JspException,
                  IOException
指定者:
接口 javax.servlet.jsp.tagext.SimpleTag 中的 doTag
覆盖:
javax.servlet.jsp.tagext.SimpleTagSupport 中的 doTag
抛出:
javax.servlet.jsp.JspException
IOException

getSql

protected String getSql(javax.servlet.http.HttpServletRequest request,
                        List<String> sqlParamValues,
                        String columns,
                        boolean limitAble)
                 throws SQLException
抛出:
SQLException


Copyright © 2014. All Rights Reserved.