|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericServlet | |
---|---|
com.acme | |
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. |
org.mortbay.cometd | |
org.mortbay.cometd.continuation | |
org.mortbay.jetty.example | |
org.mortbay.jetty.servlet | |
org.mortbay.servlet |
Uses of GenericServlet in com.acme |
---|
Subclasses of GenericServlet in com.acme | |
---|---|
class |
CometServlet
CometServlet This servlet implements the Comet API from tc6.x with the exception of the read method. |
class |
CookieDump
Test Servlet Cookies. |
class |
DispatchServlet
Test Servlet RequestDispatcher. |
class |
Dump
Dump Servlet Request. |
class |
HelloWorld
Dump Servlet Request. |
class |
JNDITest
JNDITest Use JNDI from within Jetty. |
class |
SessionDump
Test Servlet Sessions. |
Uses of GenericServlet in javax.servlet.http |
---|
Subclasses of GenericServlet in javax.servlet.http | |
---|---|
class |
HttpServlet
Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. |
Uses of GenericServlet in org.mortbay.cometd |
---|
Subclasses of GenericServlet in org.mortbay.cometd | |
---|---|
class |
AbstractCometdServlet
Cometd Filter Servlet implementing the AbstractBayeux protocol. |
Uses of GenericServlet in org.mortbay.cometd.continuation |
---|
Subclasses of GenericServlet in org.mortbay.cometd.continuation | |
---|---|
class |
ContinuationCometdServlet
|
Uses of GenericServlet in org.mortbay.jetty.example |
---|
Subclasses of GenericServlet in org.mortbay.jetty.example | |
---|---|
static class |
ManyServletContexts.HelloServlet
|
static class |
MinimalServlets.HelloServlet
|
static class |
OneServletContext.HelloServlet
|
Uses of GenericServlet in org.mortbay.jetty.servlet |
---|
Subclasses of GenericServlet in org.mortbay.jetty.servlet | |
---|---|
class |
DefaultServlet
The default servlet. |
class |
Invoker
Dynamic Servlet Invoker. |
Uses of GenericServlet in org.mortbay.servlet |
---|
Subclasses of GenericServlet in org.mortbay.servlet | |
---|---|
class |
CGI
CGI Servlet. |
class |
ConcatServlet
Concatenation Servlet This servlet may be used to concatenate multiple resources into a single response. |
class |
NoJspServlet
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |