接口 IAction

所有已知实现类:
ActionCombine, ActionComplex, ActionFrame, ActionListFrame, ActionMultiGrid, ActionTree

public interface IAction
  • 方法详细资料

    • getOutCookes

      Map<String,javax.servlet.http.Cookie> getOutCookes()
      获取执行过程中输出的所有Cookie
      返回:
      the _OutCookes
    • getOutSessions

      Map<String,Object> getOutSessions()
      获取所有输出的Session
      返回:
      the _OutSessions
    • getLstChanges

      List<UpdateChanges> getLstChanges()
      获取update完的所有变化列表
      返回:
    • getChkErrorMsg

      String getChkErrorMsg()
      执行前检测错误
      返回:
    • setChkErrorMsg

      void setChkErrorMsg(String chkErrorMsg)
      执行前检测错误
      参数:
      chkErrorMsg -
    • executeCallSql

      void executeCallSql(String name) throws Exception
      执行数据库调用条目
      参数:
      name -
      抛出:
      Exception
    • executeXml

      void executeXml(String name) throws Exception
      抛出:
      Exception
    • executeCallJSon

      void executeCallJSon(String name) throws Exception
      调用URl执行JSON
      参数:
      name - 调用名称
      抛出:
      Exception
    • executeCallClass

      void executeCallClass(String name) throws Exception
      执行调用类
      参数:
      name -
      抛出:
      Exception
    • executeCallClassCreateObjects

      Object[] executeCallClassCreateObjects(String strData)
      执行调用生成对象
      参数:
      strData -
      返回:
    • executeCallScript

      String executeCallScript(String name) throws Exception
      执行Script条目
      参数:
      name -
      抛出:
      Exception
    • exceuteCallUrl

      String exceuteCallUrl(String name) throws Exception
      执行Url条目,即跳转页面
      参数:
      name -
      抛出:
      Exception
    • executeSessionsCookies

      void executeSessionsCookies(UserXItemValue userXItemValue) throws Exception
      执行生成Sessions和cookies
      参数:
      userXItemValue -
      抛出:
      Exception
    • executeSessionCookie

      void executeSessionCookie(UserXItemValue uxv) throws Exception
      执行生成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

      ActionResult executeMailSend(String fromName, String fromMail, String toName, String toEmail, String subject, String cnt, String[] atts)
    • executeMailSend

      ActionResult executeMailSend(String fromMail, String toEmail, String subject, String cnt, String[] atts)
    • executeSmsSend

      ActionResult executeSmsSend(String cnt, String mobiles)
    • getHtmlClass

      HtmlClass getHtmlClass()
      返回:
      the _HtmlClass
    • setHtmlClass

      void setHtmlClass(HtmlClass htmlClass)
      参数:
      htmlClass - the _HtmlClass to set
    • getDTTables

      com.gdxsoft.easyweb.utils.msnet.MList getDTTables()
      获取所有执行返回的表
      返回: