Class InternalNiceOpenApiServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
ch.tocco.nice2.rest.doc.impl.NiceOpenApiServlet
ch.tocco.nice2.rest.doc.impl.InternalNiceOpenApiServlet
- All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable
- See Also:
-
Field Summary
Fields inherited from class NiceOpenApiServlet
ACCEPT_HEADER, APPLICATION_JSON, APPLICATION_YAMLFields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class NiceOpenApiServlet
doGet, init, setDescription, setGlobalParametersMethods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
InternalNiceOpenApiServlet
-
-
Method Details
-
isPublicApiOnly
protected boolean isPublicApiOnly()- Overrides:
isPublicApiOnlyin classNiceOpenApiServlet
-