public class VtiResourceAction extends javax.servlet.http.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(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Retrieve specific resource for web-view.
|
void |
execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Retrieve specific resource for web-view.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceprotected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
Retrieve specific resource for web-view.
doGet in class javax.servlet.http.HttpServletrequest - HTTP requestresponse - HTTP responsejavax.servlet.ServletExceptionIOExceptionpublic void execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2005–2014 Alfresco Software. All rights reserved.