Package ch.tocco.nice2.rest.doc.impl
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 ch.tocco.nice2.rest.doc.impl.NiceOpenApiServlet
ACCEPT_HEADER, APPLICATION_JSON, APPLICATION_YAML
Fields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.tocco.nice2.rest.doc.impl.NiceOpenApiServlet
doGet, init, setDescription, setGlobalParameters
Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
Methods 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:
isPublicApiOnly
in classNiceOpenApiServlet
-