org.siqisource.demosupport.tags
类 UpdateTag

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

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


字段摘要
protected  String idKey
           
protected  String tableName
           
 
构造方法摘要
UpdateTag()
           
 
方法摘要
 void doTag()
           
protected  String getSql(javax.servlet.http.HttpServletRequest request, List<String> sqlParamValues)
           
 void setIdKey(String idKey)
           
 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

idKey

protected String idKey
构造方法详细信息

UpdateTag

public UpdateTag()
方法详细信息

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,
                        List<String> sqlParamValues)
                 throws SQLException
抛出:
SQLException


Copyright © 2014. All Rights Reserved.