|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 ServletConfig 的软件包 | |
|---|---|
| javax.servlet | The javax.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container. |
| javax.servlet.http | The javax.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container. |
| javax.servlet.jsp | Classes and interfaces for the Core JSP 2.1 API. |
| org.apache.jasper | |
| org.apache.jasper.runtime | |
| org.apache.jasper.servlet | |
| org.eclipse.jetty.servlet | |
| org.eclipse.jetty.servlets | |
| org.eclipse.jetty.websocket | |
| javax.servlet 中 ServletConfig 的使用 |
|---|
| 实现 ServletConfig 的 javax.servlet 中的类 | |
|---|---|
class |
GenericServlet
Defines a generic, protocol-independent servlet. |
| 返回 ServletConfig 的 javax.servlet 中的方法 | |
|---|---|
ServletConfig |
Servlet.getServletConfig()
Returns a ServletConfig object, which contains
initialization and startup parameters for this servlet. |
ServletConfig |
GenericServlet.getServletConfig()
Returns this servlet's ServletConfig object. |
| 参数类型为 ServletConfig 的 javax.servlet 中的方法 | |
|---|---|
void |
Servlet.init(ServletConfig config)
Called by the servlet container to indicate to a servlet that the servlet is being placed into service. |
void |
GenericServlet.init(ServletConfig config)
Called by the servlet container to indicate to a servlet that the servlet is being placed into service. |
| javax.servlet.http 中 ServletConfig 的使用 |
|---|
| 实现 ServletConfig 的 javax.servlet.http 中的类 | |
|---|---|
class |
HttpServlet
Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. |
| javax.servlet.jsp 中 ServletConfig 的使用 |
|---|
| 返回 ServletConfig 的 javax.servlet.jsp 中的方法 | |
|---|---|
abstract ServletConfig |
PageContext.getServletConfig()
The ServletConfig instance. |
| org.apache.jasper 中 ServletConfig 的使用 |
|---|
| 参数类型为 ServletConfig 的 org.apache.jasper 中的构造方法 | |
|---|---|
EmbeddedServletOptions(ServletConfig config,
ServletContext context)
Create an EmbeddedServletOptions object using data available from ServletConfig and ServletContext. |
|
| org.apache.jasper.runtime 中 ServletConfig 的使用 |
|---|
| 实现 ServletConfig 的 org.apache.jasper.runtime 中的类 | |
|---|---|
class |
HttpJspBase
This is the super class of all JSP-generated servlets. |
| 返回 ServletConfig 的 org.apache.jasper.runtime 中的方法 | |
|---|---|
ServletConfig |
PageContextImpl.getServletConfig()
|
ServletConfig |
JspContextWrapper.getServletConfig()
|
| 参数类型为 ServletConfig 的 org.apache.jasper.runtime 中的方法 | |
|---|---|
protected static String |
TagHandlerPool.getOption(ServletConfig config,
String name,
String defaultV)
|
static TagHandlerPool |
TagHandlerPool.getTagHandlerPool(ServletConfig config)
|
protected void |
TagHandlerPool.init(ServletConfig config)
|
protected void |
PerThreadTagHandlerPool.init(ServletConfig config)
|
void |
HttpJspBase.init(ServletConfig config)
|
| org.apache.jasper.servlet 中 ServletConfig 的使用 |
|---|
| 实现 ServletConfig 的 org.apache.jasper.servlet 中的类 | |
|---|---|
class |
JspServlet
The JSP engine (a.k.a Jasper). |
| 参数类型为 ServletConfig 的 org.apache.jasper.servlet 中的方法 | |
|---|---|
void |
JspServlet.init(ServletConfig config)
|
| org.eclipse.jetty.servlet 中 ServletConfig 的使用 |
|---|
| 实现 ServletConfig 的 org.eclipse.jetty.servlet 中的类 | |
|---|---|
class |
DefaultServlet
The default servlet. |
class |
Invoker
Dynamic Servlet Invoker. |
class |
JspPropertyGroupServlet
Servlet handling JSP Property Group mappings This servlet is mapped to by any URL pattern for a JSP property group. |
class |
NoJspServlet
|
protected class |
ServletHolder.Config
|
class |
StatisticsServlet
|
| org.eclipse.jetty.servlets 中 ServletConfig 的使用 |
|---|
| 实现 ServletConfig 的 org.eclipse.jetty.servlets 中的类 | |
|---|---|
class |
CGI
CGI Servlet. |
class |
ConcatServlet
Concatenation Servlet This servlet may be used to concatenate multiple resources into a single response. |
| 声明为 ServletConfig 的 org.eclipse.jetty.servlets 中的字段 | |
|---|---|
protected ServletConfig |
ProxyServlet._config
|
| 返回 ServletConfig 的 org.eclipse.jetty.servlets 中的方法 | |
|---|---|
ServletConfig |
ProxyServlet.getServletConfig()
|
| 参数类型为 ServletConfig 的 org.eclipse.jetty.servlets 中的方法 | |
|---|---|
protected HttpClient |
ProxyServlet.createHttpClient(ServletConfig config)
Create and return an HttpClient based on ServletConfig By default this implementation will create an instance of the HttpClient for use by this proxy servlet. |
protected Logger |
ProxyServlet.createLogger(ServletConfig config)
Create and return a logger based on the ServletConfig for use in the proxy servlet |
void |
ProxyServlet.init(ServletConfig config)
|
void |
ProxyServlet.Transparent.init(ServletConfig config)
|
void |
BalancerServlet.init(ServletConfig config)
|
| org.eclipse.jetty.websocket 中 ServletConfig 的使用 |
|---|
| 实现 ServletConfig 的 org.eclipse.jetty.websocket 中的类 | |
|---|---|
class |
WebSocketServlet
Servlet to upgrade connections to WebSocket The request must have the correct upgrade headers, else it is handled as a normal servlet request. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||