类 ResourceLoaderServletAction
java.lang.Object
com.bstek.ureport.console.res.ResourceLoaderServletAction
- 所有已实现的接口:
ServletAction,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class ResourceLoaderServletAction
extends Object
implements ServletAction, org.springframework.context.ApplicationContextAware
- 从以下版本开始:
- 2016年6月6日
- 作者:
- Jacky.gao
-
字段概要
字段从接口继承的字段 com.bstek.ureport.console.ServletAction
PREVIEW_KEY -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidexecute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) url()
-
字段详细资料
-
URL
- 另请参阅:
-
-
构造器详细资料
-
ResourceLoaderServletAction
public ResourceLoaderServletAction()
-
-
方法详细资料
-
execute
public void execute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException - 指定者:
execute在接口中ServletAction- 抛出:
jakarta.servlet.ServletExceptionIOException
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - 指定者:
setApplicationContext在接口中org.springframework.context.ApplicationContextAware- 抛出:
org.springframework.beans.BeansException
-
url
- 指定者:
url在接口中ServletAction
-