|
|||||||||
| Home >> All >> javax >> [ servlet overview ] | PREV NEXT | ||||||||
Uses of Interface
javax.servlet.Servlet
| Uses of Servlet in javax.servlet |
| Classes in javax.servlet that implement Servlet | |
class |
GenericServlet
Defines a generic, protocol-independent servlet. |
| Fields in javax.servlet declared as Servlet | |
private Servlet |
UnavailableException.servlet
|
| Methods in javax.servlet that return Servlet | |
Servlet |
UnavailableException.getServlet()
Deprecated. As of Java Servlet API 2.2, with no replacement. Returns the servlet that is reporting its unavailability. |
Servlet |
ServletContext.getServlet(java.lang.String name)
Deprecated. As of Java Servlet API 2.1, with no direct replacement. This method was originally defined to retrieve a servlet
from a In lieu of this method, servlets can share information using the
|
| Constructors in javax.servlet with parameters of type Servlet | |
UnavailableException(Servlet servlet,
java.lang.String msg)
Deprecated. As of Java Servlet API 2.2, use UnavailableException.UnavailableException(String) 55 instead. |
|
UnavailableException(int seconds,
Servlet servlet,
java.lang.String msg)
Deprecated. As of Java Servlet API 2.2, use UnavailableException.UnavailableException(String, int) 55 instead. |
|
|
|||||||||
| Home >> All >> javax >> [ servlet overview ] | PREV NEXT | ||||||||