Class OnlyOfficeIndex
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.logicaldoc.onlyoffice.controllers.OnlyOfficeIndex
- All Implemented Interfaces:
- jakarta.servlet.Servlet,- jakarta.servlet.ServletConfig,- Serializable
@WebServlet(name="OnlyOfficeIndex",
            urlPatterns="/onlyoffice/index")
public class OnlyOfficeIndex
extends jakarta.servlet.http.HttpServlet
- See Also:
- 
Field SummaryFields inherited from class jakarta.servlet.http.HttpServletLEGACY_DO_HEAD
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic com.logicaldoc.core.document.DocumentgetDocument(long docId, com.logicaldoc.core.security.user.User user) Methods inherited from class jakarta.servlet.http.HttpServletinit, serviceMethods inherited from class jakarta.servlet.GenericServletdestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log
- 
Constructor Details- 
OnlyOfficeIndexpublic OnlyOfficeIndex()
 
- 
- 
Method Details- 
getDocumentpublic 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- Specified by:
- getServletInfoin interface- jakarta.servlet.Servlet
- Overrides:
- getServletInfoin class- jakarta.servlet.GenericServlet
 
 
-