Frames | No Frames |
Classes implementing javax.servlet.ServletConfig | |
class |
Provides an abstract class to be subclassed to create
an HTTP servlet suitable for a Web site. |
Classes implementing javax.servlet.ServletConfig | |
class |
Defines a generic, protocol-independent
servlet. |
Methods with parameter type javax.servlet.ServletConfig | |
void |
Called by the servlet container to indicate to a servlet that the
servlet is being placed into service. |
void | Called by the servlet container to indicate to a servlet that the
servlet is being placed into service. |
Methods with return type javax.servlet.ServletConfig | |
ServletConfig | Returns this servlet's ServletConfig object. |
ServletConfig |
Returns a ServletConfig object, which contains
initialization and startup parameters for this servlet. |