public class VtiResourceAction extends HttpServlet implements VtiAction, org.springframework.context.ApplicationContextAware
VtiResourceAction is used for retrieving specific resource for web-view (like images, css).
Constructor and Description |
---|
VtiResourceAction() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Retrieve specific resource for web-view.
|
void |
execute(HttpServletRequest request,
HttpServletResponse response)
Retrieve specific resource for web-view.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
public VtiResourceAction()
HttpServlet.HttpServlet()
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
Retrieve specific resource for web-view.
doGet
in class HttpServlet
request
- HTTP requestresponse
- HTTP responseServletException
IOException
public void execute(HttpServletRequest request, HttpServletResponse response)
Retrieve specific resource for web-view.
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
Copyright © 2005–2017 Alfresco Software. All rights reserved.