Modifier and Type | Method and Description |
---|---|
void |
AmberContextFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain next)
Handles the filter request.
|
Modifier and Type | Method and Description |
---|---|
void |
BurlapServlet.service(ServletRequest request,
ServletResponse response)
Execute a request.
|
Modifier and Type | Method and Description |
---|---|
void |
EJBServlet.service(ServletRequest request,
ServletResponse response)
Execute a request.
|
Modifier and Type | Method and Description |
---|---|
void |
ExpiresFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain nextFilter)
The filter add an Expires time in the future.
|
void |
XsltFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain nextFilter)
Creates a wrapper to compress the output.
|
void |
PasswordFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain next) |
void |
ThrottleFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain nextFilter) |
void |
AnonymousExpiresFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain nextFilter)
The filter add an Expires time in the future and adds
the x-anonymous Cache-Control directive.
|
void |
TransactionFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain nextFilter)
Wrap the request in a transaction.
|
void |
HeaderFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain nextFilter)
Creates a wrapper to compress the output.
|
void |
CsrfFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain nextFilter) |
void |
GzipFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain nextFilter)
Creates a wrapper to compress the output.
|
void |
MD5Filter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain nextFilter)
Creates a wrapper to compress the output.
|
Modifier and Type | Method and Description |
---|---|
void |
HessianServlet.service(ServletRequest request,
ServletResponse response)
Execute a request.
|
Modifier and Type | Method and Description |
---|---|
void |
HmtpServlet.service(ServletRequest request,
ServletResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
JmtpServlet.service(ServletRequest request,
ServletResponse response) |
Modifier and Type | Method and Description |
---|---|
PageContextImpl |
PageManager.allocatePageContext(Servlet servlet,
ServletRequest request,
ServletResponse response,
java.lang.String errorPageURL,
boolean needsSession,
int buffer,
boolean autoFlush) |
PageContextImpl |
PageManager.allocatePageContext(Servlet servlet,
WebApp app,
ServletRequest request,
ServletResponse response,
java.lang.String errorPageURL,
HttpSession session,
int buffer,
boolean autoFlush,
boolean isPrintNullAsBlank)
The jsp page context initialization.
|
PageContext |
QJspFactory.getPageContext(Servlet servlet,
ServletRequest request,
ServletResponse response,
java.lang.String errorPageURL,
boolean needsSession,
int buffer,
boolean autoFlush) |
void |
PageContextImpl.initialize(Servlet servlet,
ServletRequest request,
ServletResponse response,
java.lang.String errorPage,
boolean needsSession,
int bufferSize,
boolean autoFlush) |
void |
PageContextImpl.initialize(Servlet servlet,
WebApp app,
ServletRequest request,
ServletResponse response,
java.lang.String errorPage,
HttpSession session,
int bufferSize,
boolean autoFlush,
boolean isPrintNullAsBlank) |
void |
StaticPage.service(ServletRequest request,
ServletResponse response)
Executes the JSP Page
|
void |
JavaPage.service(ServletRequest request,
ServletResponse response) |
void |
QServlet.service(ServletRequest req,
ServletResponse res)
The service method gets the JSP/XTP page and executes it.
|
Modifier and Type | Method and Description |
---|---|
static UIComponent |
JsfTagUtil.addFacet(FacesContext context,
ServletRequest req,
UIComponent parent,
java.lang.String facetName,
ValueExpression binding,
java.lang.Class childClass) |
static UIComponent |
JsfTagUtil.addPersistent(FacesContext context,
ServletRequest req,
UIComponent parent,
ValueExpression binding,
java.lang.Class childClass) |
static UIComponent |
JsfTagUtil.addTransient(FacesContext context,
ServletRequest req,
UIComponent parent,
java.lang.String prevId,
java.lang.Class childClass) |
static UIComponent |
JsfTagUtil.findFacet(FacesContext context,
ServletRequest req,
UIComponent parent,
java.lang.String facetName) |
static UIComponent |
JsfTagUtil.findPersistent(FacesContext context,
ServletRequest req,
UIComponent parent,
java.lang.String id) |
static UIViewRoot |
JsfTagUtil.findRoot(FacesContext context,
ServletRequest req,
java.lang.Object etag) |
Modifier and Type | Method and Description |
---|---|
void |
NautilusServlet.service(ServletRequest req,
ServletResponse res) |
Modifier and Type | Method and Description |
---|---|
void |
GoogleStoreServlet.service(ServletRequest request,
ServletResponse response) |
void |
GoogleStaticFileServlet.service(ServletRequest request,
ServletResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
HmtpServlet.service(ServletRequest request,
ServletResponse response)
Service handling
|
Modifier and Type | Class and Description |
---|---|
static class |
FastCgiProxy.ProxyRequest |
static class |
HttpMessageProxy.ProxyRequest |
static class |
HttpProxy.ProxyRequest |
static class |
LoadBalance.LoadBalanceRequest |
Modifier and Type | Method and Description |
---|---|
void |
HttpMessageProxy.ProxyFilterChain.doFilter(ServletRequest req,
ServletResponse res) |
void |
LoadBalance.LoadBalanceFilterChain.doFilter(ServletRequest req,
ServletResponse res) |
void |
HttpProxy.ProxyFilterChain.doFilter(ServletRequest req,
ServletResponse res) |
void |
FastCgiProxy.ProxyFilterChain.doFilter(ServletRequest req,
ServletResponse res) |
Modifier and Type | Method and Description |
---|---|
void |
YadisServlet.service(ServletRequest request,
ServletResponse response) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ManagementService.isReadAllowed(ServletRequest request,
ServletResponse response) |
protected boolean |
ManagementService.isWriteAllowed(ServletRequest request,
ServletResponse response) |
abstract void |
ManagementService.service(ServletRequest request,
ServletResponse response) |
void |
ManagementServlet.service(ServletRequest request,
ServletResponse response) |
Modifier and Type | Method and Description |
---|---|
static ServletRequest |
ServletInvocation.getContextRequest()
Returns the thread request.
|
Modifier and Type | Method and Description |
---|---|
void |
FilterFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the next filter in the chain or the final servlet at
the end of the chain.
|
void |
MovedFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain.
|
void |
RedirectSecureFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain.
|
void |
SecurityRoleMapFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the next filter in the chain or the final servlet at
the end of the chain.
|
void |
RedirectFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain.
|
void |
ServletFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain.
|
void |
SingleThreadServletFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain.
|
void |
ForwardAbsoluteFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Forwards to the dispatch
|
void |
ClassLoaderFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the next filter in the chain or the final servlet at
the end of the chain.
|
void |
RewriteDispatchFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Dispatchs to the dispatch
|
void |
ExceptionFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain.
|
void |
RewriteIncludeFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Dispatchs to the dispatch
|
void |
PrecompilePageFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain.
|
void |
ErrorFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain.
|
void |
ForwardErrorFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Forwards to the dispatch
|
void |
WebServiceFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain.
|
void |
PageFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain.
|
void |
CometServletFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain.
|
void |
ForwardFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Forwards to the dispatch
|
void |
ServletInvocation.service(ServletRequest request,
ServletResponse response)
Service a request.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CauchoRequest |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCauchoRequest |
class |
AsyncRequest |
class |
CauchoDispatchRequest |
class |
CauchoRequestWrapper |
class |
HttpServletRequestImpl
User facade for http requests.
|
class |
RequestAdapter
Any requests that depends on an underlying request, like
include() requests or adapters for other servlet engines.
|
class |
RequestWrapper
Wraps a servlet request in another request.
|
class |
StubServletRequest
Used when there isn't any actual request object, e.g.
|
class |
StubSessionContextRequest
Used when there isn't any actual request object, e.g.
|
Modifier and Type | Method and Description |
---|---|
ServletRequest |
ConnectionCometController.getRequest() |
ServletRequest |
AsyncContextImpl.getRequest()
Returns the originating request for the async.
|
ServletRequest |
StubServletRequest.getRequest() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionCometController.addAsyncListener(AsyncListener listener,
ServletRequest request,
ServletResponse response) |
void |
RequestWrapper.addAsyncListener(AsyncListener listener,
ServletRequest request,
ServletResponse response)
Adds an async listener for this request
|
void |
StubServletRequest.addAsyncListener(AsyncListener listener,
ServletRequest request,
ServletResponse response) |
void |
ConnectionCometController.addListener(AsyncListener listener,
ServletRequest request,
ServletResponse response) |
void |
AsyncContextImpl.addListener(AsyncListener listener,
ServletRequest request,
ServletResponse response) |
void |
AsyncContextImpl.init(ServletRequest request,
ServletResponse response,
boolean isOriginal) |
boolean |
CauchoRequestWrapper.isWrapperFor(ServletRequest wrapped) |
boolean |
CauchoDispatchRequest.isWrapperFor(ServletRequest wrapped) |
void |
AsyncContextImpl.onStart(ServletRequest request,
ServletResponse response)
CometHandler callback when the connection starts.
|
AsyncContext |
RequestWrapper.startAsync(ServletRequest servletRequest,
ServletResponse servletResponse)
Starts an async mode
|
AsyncContext |
HttpServletRequestImpl.startAsync(ServletRequest request,
ServletResponse response)
Starts an async mode
|
AsyncContext |
StubServletRequest.startAsync(ServletRequest servletRequest,
ServletResponse servletResponse) |
AsyncContext |
CauchoRequestWrapper.startAsync(ServletRequest servletRequest,
ServletResponse servletResponse) |
AsyncContext |
CauchoDispatchRequest.startAsync(ServletRequest servletRequest,
ServletResponse servletResponse) |
Constructor and Description |
---|
AsyncConnectionImpl(SocketLink conn,
boolean isTop,
ServletRequest request,
ServletResponse response) |
AsyncListenerNode(AsyncListener listener,
ServletRequest request,
ServletResponse response,
AsyncListenerNode next) |
ConnectionCometController(SocketLink conn,
boolean isTop,
ServletRequest request,
ServletResponse response) |
Modifier and Type | Class and Description |
---|---|
class |
ProxyCacheRequest |
Modifier and Type | Method and Description |
---|---|
void |
ProxyCacheFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Handles caching for the filter.
|
Modifier and Type | Class and Description |
---|---|
static class |
ProxyRule.ProxyRequest |
static class |
SetRequestSecureFilterChain.SecureServletRequestWrapper |
Modifier and Type | Method and Description |
---|---|
void |
SetFilterChain.doFilter(ServletRequest request,
ServletResponse response) |
void |
SetRequestSecureFilterChain.doFilter(ServletRequest request,
ServletResponse response) |
void |
AddHeaderFilterChain.doFilter(ServletRequest request,
ServletResponse response) |
void |
ProxyRule.ProxyFilterChain.doFilter(ServletRequest req,
ServletResponse res) |
void |
MatchFilterChain.doFilter(ServletRequest request,
ServletResponse response) |
void |
SetHeaderFilterChain.doFilter(ServletRequest request,
ServletResponse response) |
void |
ContinueMapFilterChain.doFilter(ServletRequest request,
ServletResponse response) |
void |
SetRequestCharacterEncodingFilterChain.doFilter(ServletRequest request,
ServletResponse response) |
void |
RedirectQueryFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityFilterChain.doFilter(ServletRequest request,
ServletResponse response) |
void |
ErrorFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain) |
void |
FormLoginServlet.service(ServletRequest request,
ServletResponse response) |
Modifier and Type | Class and Description |
---|---|
class |
DispatchRequest |
class |
ErrorRequest |
class |
ForwardNamedRequest |
class |
ForwardRequest |
class |
IncludeRequest |
class |
LoginRequest |
Modifier and Type | Method and Description |
---|---|
static ServletRequest |
WebApp.getThreadRequest() |
Modifier and Type | Method and Description |
---|---|
void |
RequestDispatcherImpl.dispatch(ServletRequest request,
ServletResponse response) |
void |
RequestDispatcherImpl.dispatchResume(ServletRequest request,
ServletResponse response) |
void |
WebAppFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the next filter in the chain or the final servlet at
the end of the chain.
|
void |
DispatchFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the next filter in the chain or the final servlet at
the end of the chain.
|
void |
ResumeFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the next filter in the chain or the final servlet at
the end of the chain.
|
void |
WebAppListenerFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the next filter in the chain or the final servlet at
the end of the chain.
|
void |
ContextFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the next filter in the chain or the final servlet at
the end of the chain.
|
void |
StatisticsFilterChain.doFilter(ServletRequest request,
ServletResponse response) |
void |
AccessLogFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the next filter in the chain or the final servlet at
the end of the chain.
|
void |
ErrorPageFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain next)
Invokes the final servlet at the end of the chain.
|
void |
RequestDispatcherImpl.error(ServletRequest request,
ServletResponse response) |
void |
RequestDispatcherImpl.forward(ServletRequest request,
ServletResponse response) |
void |
RequestDispatcherImpl.forward(ServletRequest topRequest,
ServletResponse topResponse,
java.lang.String method,
Invocation invocation,
DispatcherType type)
Forwards the request to the servlet named by the request dispatcher.
|
void |
RequestDispatcherImpl.include(ServletRequest request,
ServletResponse response) |
void |
RequestDispatcherImpl.include(ServletRequest topRequest,
ServletResponse topResponse,
java.lang.String method)
Include a request into the current page.
|
void |
ErrorPageManager.sendServletError(java.lang.Throwable e,
ServletRequest req,
ServletResponse res)
Displays a parse error.
|
void |
ErrorPageManager.sendServletErrorImpl(java.lang.Throwable e,
ServletRequest req,
ServletResponse res) |
Modifier and Type | Method and Description |
---|---|
static ServletRequest |
ServiceContext.getContextRequest()
Returns the service request.
|
ServletRequest |
GenericService.getRequest()
Returns the servlet request object for the request.
|
static ServletRequest |
ServiceContext.getRequest()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
ServiceContext.begin(ServletRequest request,
ServletResponse response,
java.lang.String serviceName,
java.lang.String objectId)
Sets the request object prior to calling the service's method.
|
Modifier and Type | Method and Description |
---|---|
ServletRequest |
DuplexContext.getRequest()
Returns the original servlet request.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CometFilterChain.doResume(ServletRequest request,
ServletResponse response)
Resumes the request.
|
boolean |
CometFilter.doResume(ServletRequest request,
ServletResponse response,
CometFilterChain next)
Resumes service the initial request.
|
boolean |
CometServlet.resume(ServletRequest request,
ServletResponse response,
CometController controller)
Resumes service the initial request.
|
boolean |
GenericCometServlet.resume(ServletRequest request,
ServletResponse response,
CometController controller)
Resumes service the initial request.
|
void |
GenericCometServlet.service(ServletRequest request,
ServletResponse response)
Implementation of the servlet's request.
|
boolean |
CometServlet.service(ServletRequest request,
ServletResponse response,
CometController controller)
Services the initial request.
|
abstract boolean |
GenericCometServlet.service(ServletRequest request,
ServletResponse response,
CometController controller)
Services the initial request.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpMessageProxyServlet.service(ServletRequest request,
ServletResponse response)
Handle the request.
|
void |
HmuxLoadBalanceServlet.service(ServletRequest request,
ServletResponse response)
Handle the request.
|
void |
HttpProxyServlet.service(ServletRequest request,
ServletResponse response)
Handle the request.
|
void |
FastCGIServlet.service(ServletRequest request,
ServletResponse response)
Handle the request.
|
void |
ResinStatusServlet.service(ServletRequest request,
ServletResponse response)
Handle the request.
|
void |
ErrorStatusServlet.service(ServletRequest request,
ServletResponse response) |
void |
FileServlet.service(ServletRequest request,
ServletResponse response) |
void |
CGIServlet.service(ServletRequest request,
ServletResponse response)
Handle the request.
|
Modifier and Type | Method and Description |
---|---|
void |
SSIFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain nextFilter)
Creates a wrapper to save the output.
|
Modifier and Type | Method and Description |
---|---|
void |
WebDavServlet.service(ServletRequest request,
ServletResponse response)
Service the webdav request.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfilerFilter.doFilter(ServletRequest servletRequest,
ServletResponse servletResponse,
FilterChain chain) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteFilesystemServlet.service(ServletRequest request,
ServletResponse response)
Handles the request.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletRequestWrapper
Wraps a servlet request in another request.
|
Modifier and Type | Method and Description |
---|---|
ServletRequest |
ServletRequestWrapper.getRequest()
Gets the request object being wrapped.
|
ServletRequest |
AsyncContext.getRequest() |
ServletRequest |
ServletRequestEvent.getServletRequest()
Returns the ServletRequest that changed.
|
ServletRequest |
AsyncEvent.getSuppliedRequest() |
Modifier and Type | Method and Description |
---|---|
void |
AsyncContext.addListener(AsyncListener listener,
ServletRequest request,
ServletResponse response) |
void |
FilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the next filter in the chain or the final servlet at
the end of the chain.
|
void |
Filter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
doFilter performs the actual work of a filter, either modifying
the request or the response.
|
void |
RequestDispatcher.forward(ServletRequest request,
ServletResponse response)
Forwards the request to another page.
|
void |
RequestDispatcher.include(ServletRequest request,
ServletResponse response)
Includes the result of another page.
|
boolean |
ServletRequestWrapper.isWrapperFor(ServletRequest wrapped) |
void |
Servlet.service(ServletRequest req,
ServletResponse res)
Service a request.
|
void |
ServletRequestWrapper.setRequest(ServletRequest request)
Sets the request object being wrapped.
|
AsyncContext |
ServletRequestWrapper.startAsync(ServletRequest servletRequest,
ServletResponse servletResponse)
Starts an async mode
|
AsyncContext |
ServletRequest.startAsync(ServletRequest servletRequest,
ServletResponse servletResponse)
Starts an async mode
|
Constructor and Description |
---|
AsyncEvent(AsyncContext context,
ServletRequest request,
ServletResponse response) |
AsyncEvent(AsyncContext context,
ServletRequest request,
ServletResponse response,
java.lang.Throwable throwable) |
ServletRequestAttributeEvent(ServletContext application,
ServletRequest request,
java.lang.String name,
java.lang.Object value)
Creates a ServletContextAttributeEvent for the changed application.
|
ServletRequestEvent(ServletContext application,
ServletRequest request)
Creates a ServletRequestEvent from the changed application.
|
ServletRequestWrapper(ServletRequest request)
Create a new ServletRequestWrapper wrapping the enclosed request.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HttpServletRequest
HttpServletRequest encapsulates client request data.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpServletRequestWrapper
Wraps a servlet request in another request.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpServlet.service(ServletRequest request,
ServletResponse response)
Service a request.
|
void |
HttpServletRequestWrapper.setRequest(ServletRequest request)
Sets the request object for the wrapper.
|
Modifier and Type | Method and Description |
---|---|
abstract ServletRequest |
PageContext.getRequest()
Returns the ServletRequest for the page.
|
Modifier and Type | Method and Description |
---|---|
abstract PageContext |
JspFactory.getPageContext(Servlet servlet,
ServletRequest request,
ServletResponse response,
java.lang.String errorPageURL,
boolean needsSession,
int buffer,
boolean autoflush) |
abstract void |
PageContext.initialize(Servlet servlet,
ServletRequest request,
ServletResponse response,
java.lang.String errorPageURL,
boolean needsSession,
int bufferSize,
boolean autoFlush)
Internal routine to initialize the PageContext for a page.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
Config.get(ServletRequest request,
java.lang.String name) |
static void |
Config.remove(ServletRequest request,
java.lang.String name) |
static void |
Config.set(ServletRequest request,
java.lang.String name,
java.lang.Object var) |