org.siqisource.demosupport.tags
类 ReadTag

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

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


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

idKey

protected String idKey
构造方法详细信息

ReadTag

public ReadTag()
方法详细信息

setTableName

public void setTableName(String tableName)

setResultKey

public void setResultKey(String resultKey)

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)
                 throws SQLException
抛出:
SQLException


Copyright © 2014. All Rights Reserved.