类 ExportExcelServletAction
java.lang.Object
com.bstek.ureport.console.BaseServletAction
com.bstek.ureport.console.excel.ExportExcelServletAction
- 所有已实现的接口:
ServletAction
- 从以下版本开始:
- 2017年4月17日
- 作者:
- Jacky.gao
-
字段概要
从接口继承的字段 com.bstek.ureport.console.ServletAction
PREVIEW_KEY -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidbuildExcel(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, boolean withPage, boolean withSheet) voidexecute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) voidpaging(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) voidsetExportManager(com.bstek.ureport.export.ExportManager exportManager) voidsetReportBuilder(com.bstek.ureport.build.ReportBuilder reportBuilder) voidsheet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) url()从类继承的方法 com.bstek.ureport.console.BaseServletAction
buildDownloadFileName, buildParameters, buildRootException, decode, decodeContent, encodeMeta, encodeMetadata, getParameter, handleSession, invokeMethod, retriveMethod
-
构造器详细资料
-
ExportExcelServletAction
public ExportExcelServletAction()
-
-
方法详细资料
-
execute
public void execute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException - 抛出:
jakarta.servlet.ServletExceptionIOException
-
paging
public void paging(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException - 抛出:
jakarta.servlet.ServletExceptionIOException
-
sheet
public void sheet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException - 抛出:
jakarta.servlet.ServletExceptionIOException
-
buildExcel
public void buildExcel(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, boolean withPage, boolean withSheet) throws IOException - 抛出:
IOException
-
setReportBuilder
public void setReportBuilder(com.bstek.ureport.build.ReportBuilder reportBuilder) -
setExportManager
public void setExportManager(com.bstek.ureport.export.ExportManager exportManager) -
url
-