类 RenderPageServletAction
java.lang.Object
com.bstek.ureport.console.BaseServletAction
com.bstek.ureport.console.WriteJsonServletAction
com.bstek.ureport.console.RenderPageServletAction
- 所有已实现的接口:
ServletAction,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
- 直接已知子类:
ChartServletAction,DatasourceServletAction,DesignerServletAction,HtmlPreviewServletAction,ImportExcelServletAction,SearchFormDesignerAction,ShijiDesignerServletAction
public abstract class RenderPageServletAction
extends WriteJsonServletAction
implements org.springframework.context.ApplicationContextAware
- 从以下版本开始:
- 2016年6月6日
- 作者:
- Jacky.gao
-
字段概要
字段修饰符和类型字段说明protected org.springframework.context.ApplicationContextprotected org.apache.velocity.app.VelocityEngine从接口继承的字段 com.bstek.ureport.console.ServletAction
PREVIEW_KEY -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) 从类继承的方法 com.bstek.ureport.console.WriteJsonServletAction
writeObjectToJson从类继承的方法 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
-
字段详细资料
-
ve
protected org.apache.velocity.app.VelocityEngine ve -
applicationContext
protected org.springframework.context.ApplicationContext applicationContext
-
-
构造器详细资料
-
RenderPageServletAction
public RenderPageServletAction()
-
-
方法详细资料
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - 指定者:
setApplicationContext在接口中org.springframework.context.ApplicationContextAware- 抛出:
org.springframework.beans.BeansException
-