public class OsirisServlet<T extends ComponentsProvider>
| Modifier and Type | Class and Description |
|---|---|
static class |
OsirisServlet.Companion |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
API_ATTRIBUTE
The attribute name used for storing the Api instance in the
ServletContext. |
static java.lang.String |
COMPONENTS_ATTRIBUTE
The attribute name used for storing the ComponentsProvider instance in the
ServletContext. |
static OsirisServlet.Companion |
Companion |
static java.lang.String |
REQUEST_CONTEXT_FACTORY_ATTRIBUTE
The attribute name used for storing the RequestContextFactory instance in the
ServletContext. |
| Constructor and Description |
|---|
OsirisServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(javax.servlet.ServletConfig config) |
protected void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
@NotNull public static java.lang.String API_ATTRIBUTE
The attribute name used for storing the Api instance in the ServletContext.
@NotNull public static java.lang.String COMPONENTS_ATTRIBUTE
The attribute name used for storing the ComponentsProvider instance in the ServletContext.
@NotNull public static java.lang.String REQUEST_CONTEXT_FACTORY_ATTRIBUTE
The attribute name used for storing the RequestContextFactory instance in the ServletContext.
public static OsirisServlet.Companion Companion