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 Summary
Fields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.logicaldoc.core.document.DocumentgetDocument(long docId, com.logicaldoc.core.security.user.User user) Methods inherited from class jakarta.servlet.http.HttpServlet
init, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log
-
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.PersistenceExceptionFileNotFoundException
-
getServletInfo
- Specified by:
getServletInfoin interfacejakarta.servlet.Servlet- Overrides:
getServletInfoin classjakarta.servlet.GenericServlet
-