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
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
Method Details
-
isPublicApiOnly
protected boolean isPublicApiOnly()- Overrides:
isPublicApiOnly
in classNiceOpenApiServlet
-