| Package | Description |
|---|---|
| jakarta.servlet | |
| jakarta.servlet.http | |
| jakarta.servlet.jsp | |
| org.apache.jasper | |
| org.apache.jasper.runtime | |
| org.apache.jasper.servlet |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericServlet
Defines a generic, protocol-independent servlet.
|
| Modifier and Type | Method and Description |
|---|---|
ServletConfig |
GenericServlet.getServletConfig()
Returns this servlet's
ServletConfig object. |
ServletConfig |
Servlet.getServletConfig()
Returns a
ServletConfig object, which contains initialization and
startup parameters for this servlet. |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericServlet.init(ServletConfig config)
Called by the servlet container to indicate to a servlet that the servlet
is being placed into service.
|
void |
Servlet.init(ServletConfig config)
Called by the servlet container to indicate to a servlet that the servlet
is being placed into service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpServlet
Provides an abstract class to be subclassed to create
an HTTP servlet suitable for a Web site.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ServletConfig |
PageContext.getServletConfig()
The ServletConfig instance.
|
| Constructor and Description |
|---|
EmbeddedServletOptions(ServletConfig config,
ServletContext context)
Create an EmbeddedServletOptions object using data available from
ServletConfig and ServletContext.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpJspBase
This is the super class of all JSP-generated servlets.
|
| Modifier and Type | Method and Description |
|---|---|
ServletConfig |
PageContextImpl.getServletConfig() |
ServletConfig |
JspContextWrapper.getServletConfig() |
| Modifier and Type | Method and Description |
|---|---|
static InstanceManager |
InstanceManagerFactory.getInstanceManager(ServletConfig config) |
protected static java.lang.String |
TagHandlerPool.getOption(ServletConfig config,
java.lang.String name,
java.lang.String defaultV) |
static TagHandlerPool |
TagHandlerPool.getTagHandlerPool(ServletConfig config) |
protected void |
TagHandlerPool.init(ServletConfig config) |
void |
HttpJspBase.init(ServletConfig config) |
| Modifier and Type | Class and Description |
|---|---|
class |
JspServlet
The JSP engine (a.k.a Jasper).
|
| Modifier and Type | Method and Description |
|---|---|
void |
JspServlet.init(ServletConfig config) |
| Constructor and Description |
|---|
JspServletWrapper(ServletConfig config,
Options options,
java.lang.String jspUri,
JspRuntimeContext rctxt) |
Copyright © 2014–2021. All rights reserved.