Package ws.osiris.localserver
Class OsirisServlet
-
- All Implemented Interfaces:
-
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,java.io.Serializable
public final class OsirisServlet<T extends ComponentsProvider> extends HttpServlet
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringAPI_ATTRIBUTEpublic final static StringCOMPONENTS_ATTRIBUTEpublic final static StringREQUEST_CONTEXT_FACTORY_ATTRIBUTE
-
Constructor Summary
Constructors Constructor Description OsirisServlet()
-
Method Summary
-
Methods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log -
Methods inherited from class jakarta.servlet.http.HttpServlet
service -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-