public abstract class AbstractServletPipeline extends Object
ManagedFilterPipeline is for
filters.| Modifier and Type | Field and Description |
|---|---|
static String |
REQUEST_DISPATCHER_REQUEST
A Marker constant attribute that when present in the request indicates to Guice servlet that
this request has been generated by a request dispatcher rather than the servlet pipeline.
|
| Constructor and Description |
|---|
AbstractServletPipeline() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected abstract boolean |
hasServletsMapped() |
void |
init(javax.servlet.ServletContext servletContext,
Injector injector) |
boolean |
service(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response) |
protected abstract ServletDefinition[] |
servletDefinitions() |
public static final String REQUEST_DISPATCHER_REQUEST
protected abstract boolean hasServletsMapped()
protected abstract ServletDefinition[] servletDefinitions()
public void init(javax.servlet.ServletContext servletContext,
Injector injector)
throws javax.servlet.ServletException
javax.servlet.ServletExceptionpublic boolean service(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic void destroy()
Copyright © 2006–2014 Google, Inc.. All rights reserved.