Class ContentServletImpl

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
ch.tocco.nice2.dms.impl.publish.ContentServletImpl
All Implemented Interfaces:
ContentServlet, jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

@Component public class ContentServletImpl extends jakarta.servlet.http.HttpServlet implements ContentServlet
See Also:
  • Field Summary

    Fields inherited from class jakarta.servlet.http.HttpServlet

    LEGACY_DO_HEAD
  • Constructor Summary

    Constructors
    Constructor
    Description
    ContentServletImpl(org.slf4j.Logger log, ContentTreeService contentTreeService, ContentProcessorRegistry contentProcessorRegistry, RequestService requestService, BusinessUnitManager businessUnitManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp)
     

    Methods inherited from class jakarta.servlet.http.HttpServlet

    doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, init, service, service

    Methods inherited from class jakarta.servlet.GenericServlet

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface jakarta.servlet.Servlet

    destroy, getServletConfig, getServletInfo, init, service