类 BaseServletAction
java.lang.Object
com.bstek.ureport.console.BaseServletAction
- 所有已实现的接口:
ServletAction
- 直接已知子类:
ExportExcel97ServletAction,ExportExcelServletAction,ExportPdfServletAction,ExportWordServletAction,WriteJsonServletAction
- 从以下版本开始:
- 2016年6月3日
- 作者:
- Jacky.gao
-
字段概要
从接口继承的字段 com.bstek.ureport.console.ServletAction
PREVIEW_KEY -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected StringbuildDownloadFileName(String reportFileName, String fileName, String extName) buildParameters(jakarta.servlet.http.HttpServletRequest req) protected ThrowablebuildRootException(Throwable throwable) protected Stringprotected StringdecodeContent(String content) protected com.bstek.ureport.definition.ReportDefinitionencodeMeta(com.bstek.ureport.definition.ReportDefinition reportDef) protected StringencodeMetadata(String metadata) protected StringgetParameter(jakarta.servlet.http.HttpServletRequest req, String key) voidhandleSession(jakarta.servlet.http.HttpServletRequest req) protected voidinvokeMethod(String methodName, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) protected StringretriveMethod(jakarta.servlet.http.HttpServletRequest req) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.bstek.ureport.console.ServletAction
execute, url
-
构造器详细资料
-
BaseServletAction
public BaseServletAction()
-
-
方法详细资料
-
buildRootException
-
decode
-
decodeContent
-
encodeMetadata
-
encodeMeta
protected com.bstek.ureport.definition.ReportDefinition encodeMeta(com.bstek.ureport.definition.ReportDefinition reportDef) -
getParameter
-
buildParameters
-
invokeMethod
protected void invokeMethod(String methodName, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException - 抛出:
jakarta.servlet.ServletException
-
retriveMethod
protected String retriveMethod(jakarta.servlet.http.HttpServletRequest req) throws jakarta.servlet.ServletException - 抛出:
jakarta.servlet.ServletException
-
handleSession
public void handleSession(jakarta.servlet.http.HttpServletRequest req) -
buildDownloadFileName
-