java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.semanticcms.openfile.servlet.ajax.OpenFileServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

@WebServlet("/semanticcms-openfile-servlet/ajax/open-file") public class OpenFileServlet extends HttpServlet
Opens the file provided in the book and path parameters. This file must reside within this application and be of a supported type. This is to be called by the JavaScript function openFile.
 Request parameters:
   book  The name of the book of the file to open
   path  The book-relative path of the file to open
 
See Also: