类 WriteJsonServletAction
java.lang.Object
com.bstek.ureport.console.BaseServletAction
com.bstek.ureport.console.WriteJsonServletAction
- 所有已实现的接口:
ServletAction
- 直接已知子类:
RenderPageServletAction
- 从以下版本开始:
- 2016年5月23日
- 作者:
- Jacky.gao
-
字段概要
从接口继承的字段 com.bstek.ureport.console.ServletAction
PREVIEW_KEY -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidwriteObjectToJson(jakarta.servlet.http.HttpServletResponse resp, Object obj) 从类继承的方法 com.bstek.ureport.console.BaseServletAction
buildDownloadFileName, buildParameters, buildRootException, decode, decodeContent, encodeMeta, encodeMetadata, getParameter, handleSession, invokeMethod, retriveMethod从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.bstek.ureport.console.ServletAction
execute, url
-
构造器详细资料
-
WriteJsonServletAction
public WriteJsonServletAction()
-
-
方法详细资料
-
writeObjectToJson
protected void writeObjectToJson(jakarta.servlet.http.HttpServletResponse resp, Object obj) throws jakarta.servlet.ServletException, IOException - 抛出:
jakarta.servlet.ServletExceptionIOException
-