Class OnlyOfficeIndex

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.logicaldoc.onlyoffice.controllers.OnlyOfficeIndex
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

@WebServlet(name="OnlyOfficeIndex", urlPatterns="/onlyoffice/index") public class OnlyOfficeIndex extends javax.servlet.http.HttpServlet
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.logicaldoc.core.document.Document
    getDocument(long docId, com.logicaldoc.core.security.user.User user)
     
     

    Methods inherited from class javax.servlet.http.HttpServlet

    service

    Methods inherited from class javax.servlet.GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OnlyOfficeIndex

      public OnlyOfficeIndex()
  • Method Details

    • getDocument

      public static com.logicaldoc.core.document.Document getDocument(long docId, com.logicaldoc.core.security.user.User user) throws com.logicaldoc.core.PersistenceException, FileNotFoundException
      Throws:
      com.logicaldoc.core.PersistenceException
      FileNotFoundException
    • getServletInfo

      public String getServletInfo()
      Specified by:
      getServletInfo in interface javax.servlet.Servlet
      Overrides:
      getServletInfo in class javax.servlet.GenericServlet