public class ResourceLoaderServletAction extends Object implements ServletAction, org.springframework.context.ApplicationContextAware
限定符和类型 | 字段和说明 |
---|---|
static String |
URL |
PREVIEW_KEY
构造器和说明 |
---|
ResourceLoaderServletAction() |
限定符和类型 | 方法和说明 |
---|---|
void |
execute(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
String |
url() |
public void execute(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
execute
在接口中 ServletAction
javax.servlet.ServletException
IOException
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
在接口中 org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public String url()
url
在接口中 ServletAction
Copyright © 2022 Bstek. All rights reserved.