类 ActionListFrame
java.lang.Object
com.gdxsoft.easyweb.script.display.action.ActionBase
com.gdxsoft.easyweb.script.display.action.ActionListFrame
- 所有已实现的接口:
IAction
-
字段概要
从类继承的字段 com.gdxsoft.easyweb.script.display.action.ActionBase
COOKIE_NAME_PREFIX -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidexecuteCallClass(String name) 执行调用类voidexecuteCallSql(String name) 执行SQL,分页只在第一个query中执行,其余的SQL完全执行从类继承的方法 com.gdxsoft.easyweb.script.display.action.ActionBase
addCookie, checkActionErrorOutInProcdure, checkActionErrorOutInTable, createSql, exceuteCallUrl, executeCallClassCreateObjects, executeCallJSon, executeCallScript, executeExtHorTable, executeMailSend, executeMailSend, executeSessionCookie, executeSessionsCookies, executeSmsSend, executeSql, executeSqlProcdure, executeSqlQuery, executeSqlUpdate, executeXml, getChkErrorMsg, getDebugFrames, getDTTables, getHtmlClass, getItemValues, getJSONObjects, getLstChanges, getOutCookes, getOutSessions, getPageItemValue, getRequestValue, getResponse, getSql, getUserConfig, retActionSqlSetItem, setChkErrorMsg, setHtmlClass, setResponse从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.gdxsoft.easyweb.script.display.action.IAction
exceuteCallUrl, executeCallClassCreateObjects, executeCallJSon, executeCallScript, executeMailSend, executeMailSend, executeSessionCookie, executeSessionsCookies, executeSmsSend, executeXml, getChkErrorMsg, getDTTables, getHtmlClass, getLstChanges, getOutCookes, getOutSessions, getResponse, setChkErrorMsg, setHtmlClass, setResponse
-
构造器详细资料
-
ActionListFrame
public ActionListFrame()
-
-
方法详细资料
-
executeCallClass
从接口复制的说明:IAction执行调用类- 指定者:
executeCallClass在接口中IAction- 覆盖:
executeCallClass在类中ActionBase- 抛出:
Exception
-
executeCallSql
执行SQL,分页只在第一个query中执行,其余的SQL完全执行- 指定者:
executeCallSql在接口中IAction- 覆盖:
executeCallSql在类中ActionBase- 参数:
name- 执行的sqlCall name- 抛出:
Exception
-