类 ShijiDesignerServletAction

所有已实现的接口:
ServletAction, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class ShijiDesignerServletAction extends RenderPageServletAction
石基设计页面对应的action
作者:
吴德
  • 构造器详细资料

    • ShijiDesignerServletAction

      public ShijiDesignerServletAction()
  • 方法详细资料

    • execute

      public void execute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      执行
      参数:
      req - 请求·
      resp - 响应
      抛出:
      jakarta.servlet.ServletException - servlet异常
      IOException - ioexception
    • scriptValidation

      public void scriptValidation(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      脚本验证
      参数:
      req - 请求
      resp - 响应
      抛出:
      jakarta.servlet.ServletException - servlet异常
      IOException - ioexception
    • conditionScriptValidation

      public void conditionScriptValidation(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      条件脚本验证
      参数:
      req - 请求
      resp - 响应
      抛出:
      jakarta.servlet.ServletException - servlet异常
      IOException - ioexception
    • parseDatasetName

      public void parseDatasetName(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      解析数据集名称
      参数:
      req - 请求
      resp - 响应
      抛出:
      jakarta.servlet.ServletException - servlet异常
      IOException - ioexception
    • savePreviewData

      public void savePreviewData(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      保存预览数据
      参数:
      req - 请求
      resp - 响应
      抛出:
      jakarta.servlet.ServletException - servlet异常
      IOException - ioexception
    • loadReport

      public void loadReport(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      负载报告
      参数:
      req - 请求
      resp - 响应
      抛出:
      jakarta.servlet.ServletException - servlet异常
      IOException - ioexception
    • deleteReportFile

      public void deleteReportFile(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      删除报告文件
      参数:
      req - 请求
      resp - 响应
      抛出:
      jakarta.servlet.ServletException - servlet异常
      IOException - ioexception
    • saveReportFile

      public void saveReportFile(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      保存报告文件
      参数:
      req - 请求
      resp - 响应
      抛出:
      jakarta.servlet.ServletException - servlet异常
      IOException - ioexception
    • loadReportProviders

      public void loadReportProviders(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      负载报告提供者
      参数:
      req - 请求
      resp - 响应
      抛出:
      jakarta.servlet.ServletException - servlet异常
      IOException - ioexception
    • setReportRender

      public void setReportRender(com.bstek.ureport.export.ReportRender reportRender)
      设置报告呈现
      参数:
      reportRender - 报告呈现
    • setReportParser

      public void setReportParser(com.bstek.ureport.parser.ReportParser reportParser)
      设置报告解析器
      参数:
      reportParser - 报告解析器
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      设置应用程序上下文
      指定者:
      setApplicationContext 在接口中 org.springframework.context.ApplicationContextAware
      覆盖:
      setApplicationContext 在类中 RenderPageServletAction
      参数:
      applicationContext - 应用程序上下文
      抛出:
      org.springframework.beans.BeansException - beans异常
    • url

      public String url()
      url
      返回:
      String