接口 IAction
public interface IAction
-
方法概要
修饰符和类型方法说明exceuteCallUrl(String name) 执行Url条目,即跳转页面voidexecuteCallClass(String name) 执行调用类Object[]executeCallClassCreateObjects(String strData) 执行调用生成对象voidexecuteCallJSon(String name) 调用URl执行JSONexecuteCallScript(String name) 执行Script条目voidexecuteCallSql(String name) 执行数据库调用条目executeMailSend(String fromName, String fromMail, String toName, String toEmail, String subject, String cnt, String[] atts) void执行生成Sessions和cookiesvoidexecuteSessionsCookies(UserXItemValue userXItemValue) 执行生成Sessions和cookiesexecuteSmsSend(String cnt, String mobiles) voidexecuteXml(String name) 执行前检测错误com.gdxsoft.easyweb.utils.msnet.MList获取所有执行返回的表获取update完的所有变化列表获取执行过程中输出的所有Cookie获取所有输出的Sessionjavax.servlet.http.HttpServletResponsevoidsetChkErrorMsg(String chkErrorMsg) 执行前检测错误voidsetHtmlClass(HtmlClass htmlClass) voidsetResponse(javax.servlet.http.HttpServletResponse response)
-
方法详细资料
-
getOutCookes
获取执行过程中输出的所有Cookie- 返回:
- the _OutCookes
-
getOutSessions
获取所有输出的Session- 返回:
- the _OutSessions
-
getLstChanges
List<UpdateChanges> getLstChanges()获取update完的所有变化列表- 返回:
-
getChkErrorMsg
String getChkErrorMsg()执行前检测错误- 返回:
-
setChkErrorMsg
执行前检测错误- 参数:
chkErrorMsg-
-
executeCallSql
执行数据库调用条目- 参数:
name-- 抛出:
Exception
-
executeXml
- 抛出:
Exception
-
executeCallJSon
调用URl执行JSON- 参数:
name- 调用名称- 抛出:
Exception
-
executeCallClass
执行调用类- 参数:
name-- 抛出:
Exception
-
executeCallClassCreateObjects
执行调用生成对象- 参数:
strData-- 返回:
-
executeCallScript
执行Script条目- 参数:
name-- 抛出:
Exception
-
exceuteCallUrl
执行Url条目,即跳转页面- 参数:
name-- 抛出:
Exception
-
executeSessionsCookies
执行生成Sessions和cookies- 参数:
userXItemValue-- 抛出:
Exception
-
executeSessionCookie
执行生成Sessions和cookies- 参数:
uxv-- 抛出:
Exception
-
getResponse
javax.servlet.http.HttpServletResponse getResponse()- 返回:
- the _Response
-
setResponse
void setResponse(javax.servlet.http.HttpServletResponse response) - 参数:
response- the _Response to set
-
executeMailSend
-
executeMailSend
-
executeSmsSend
-
getHtmlClass
HtmlClass getHtmlClass()- 返回:
- the _HtmlClass
-
setHtmlClass
- 参数:
htmlClass- the _HtmlClass to set
-
getDTTables
com.gdxsoft.easyweb.utils.msnet.MList getDTTables()获取所有执行返回的表- 返回:
-