org.siqisource.demosupport.tags
类 DeleteBatchTag
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
org.siqisource.demosupport.tags.DeleteBatchTag
- 所有已实现的接口:
- javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag
public class DeleteBatchTag
- extends javax.servlet.jsp.tagext.SimpleTagSupport
| 从类 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
idKey
protected String idKey
paramKey
protected String paramKey
DeleteBatchTag
public DeleteBatchTag()
setTableName
public void setTableName(String tableName)
setIdKey
public void setIdKey(String idKey)
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,
int length)
throws SQLException
- 抛出:
SQLException
Copyright © 2014. All Rights Reserved.