| java.lang.Object com.flexive.war.servlet.CeFileDownload
CeFileDownload | public class CeFileDownload implements Servlet(Code) | | Donwload servlet used by the ContentEditorBean.
author: Gregor Schober (gregor.schober@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
destroy | public void destroy()(Code) | | |
service | public void service(ServletRequest servletRequest, ServletResponse servletResponse) throws ServletException, IOException(Code) | | Downloads a file specified by the currently loaded content beans in the content editor and a xpath
that is provided in the url.
The "If-Modified-Since" tag is not handled since we do not want any caching when downloading the files.
Parameters: servletRequest - the servlet request Parameters: servletResponse - the servlet response throws: ServletException - if a servlet error occurs throws: IOException - if a io error occurs |
|
|