|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ServletRequest in com.caucho.amber.filters |
---|
Methods in com.caucho.amber.filters with parameters of type ServletRequest | |
---|---|
void |
AmberContextFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain next)
Handles the filter request. |
Uses of ServletRequest in com.caucho.burlap.server |
---|
Methods in com.caucho.burlap.server with parameters of type ServletRequest | |
---|---|
void |
BurlapServlet.service(ServletRequest request,
ServletResponse response)
Execute a request. |
Uses of ServletRequest in com.caucho.ejb |
---|
Methods in com.caucho.ejb with parameters of type ServletRequest | |
---|---|
void |
EJBServlet.service(ServletRequest request,
ServletResponse response)
Execute a request. |
Uses of ServletRequest in com.caucho.filters |
---|
Methods in com.caucho.filters with parameters of type ServletRequest | |
---|---|
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 |
CsrfFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain nextFilter)
|
void |
ExpiresFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain nextFilter)
The filter add an Expires time in the future. |
void |
GzipFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain nextFilter)
Creates a wrapper to compress the output. |
void |
HeaderFilter.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. |
void |
PasswordFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain next)
|
void |
ThrottleFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain nextFilter)
|
void |
TransactionFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain nextFilter)
Wrap the request in a transaction. |
void |
XsltFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain nextFilter)
Creates a wrapper to compress the output. |
Uses of ServletRequest in com.caucho.hessian.server |
---|
Methods in com.caucho.hessian.server with parameters of type ServletRequest | |
---|---|
void |
HessianServlet.service(ServletRequest request,
ServletResponse response)
Execute a request. |
Uses of ServletRequest in com.caucho.hmtp.server |
---|
Methods in com.caucho.hmtp.server with parameters of type ServletRequest | |
---|---|
void |
HmtpServlet.service(ServletRequest request,
ServletResponse response)
|
Uses of ServletRequest in com.caucho.jsmp |
---|
Methods in com.caucho.jsmp with parameters of type ServletRequest | |
---|---|
void |
JmtpServlet.service(ServletRequest request,
ServletResponse response)
|
Uses of ServletRequest in com.caucho.jsp |
---|
Methods in com.caucho.jsp with parameters of type ServletRequest | |
---|---|
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 |
JavaPage.service(ServletRequest request,
ServletResponse response)
|
void |
QServlet.service(ServletRequest req,
ServletResponse res)
The service method gets the JSP/XTP page and executes it. |
void |
StaticPage.service(ServletRequest request,
ServletResponse response)
Executes the JSP Page |
Uses of ServletRequest in com.caucho.jsp.jsf |
---|
Methods in com.caucho.jsp.jsf with parameters of type ServletRequest | |
---|---|
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)
|
Uses of ServletRequest in com.caucho.message.tourmaline |
---|
Methods in com.caucho.message.tourmaline with parameters of type ServletRequest | |
---|---|
void |
NautilusServlet.service(ServletRequest req,
ServletResponse res)
|
Uses of ServletRequest in com.caucho.quercus.servlet |
---|
Methods in com.caucho.quercus.servlet with parameters of type ServletRequest | |
---|---|
void |
GoogleStaticFileServlet.service(ServletRequest request,
ServletResponse response)
|
void |
GoogleStoreServlet.service(ServletRequest request,
ServletResponse response)
|
Uses of ServletRequest in com.caucho.remote |
---|
Methods in com.caucho.remote with parameters of type ServletRequest | |
---|---|
void |
HmtpServlet.service(ServletRequest request,
ServletResponse response)
Service handling |
Uses of ServletRequest in com.caucho.rewrite |
---|
Classes in com.caucho.rewrite that implement ServletRequest | |
---|---|
static class |
FastCgiProxy.ProxyRequest
|
static class |
HttpProxy.ProxyRequest
|
Methods in com.caucho.rewrite with parameters of type ServletRequest | |
---|---|
void |
FastCgiProxy.ProxyFilterChain.doFilter(ServletRequest req,
ServletResponse res)
|
void |
HttpProxy.ProxyFilterChain.doFilter(ServletRequest req,
ServletResponse res)
|
Uses of ServletRequest in com.caucho.security.openid |
---|
Methods in com.caucho.security.openid with parameters of type ServletRequest | |
---|---|
void |
YadisServlet.service(ServletRequest request,
ServletResponse response)
|
Uses of ServletRequest in com.caucho.server.admin |
---|
Methods in com.caucho.server.admin with parameters of type ServletRequest | |
---|---|
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)
|
Uses of ServletRequest in com.caucho.server.dispatch |
---|
Methods in com.caucho.server.dispatch that return ServletRequest | |
---|---|
static ServletRequest |
ServletInvocation.getContextRequest()
Returns the thread request. |
Methods in com.caucho.server.dispatch with parameters of type ServletRequest | |
---|---|
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 |
CometServletFilterChain.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 |
ExceptionFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain. |
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 |
ForwardAbsoluteFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Forwards to the dispatch |
void |
ForwardFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Forwards to the dispatch |
void |
MovedFilterChain.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 |
PrecompilePageFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes 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 |
RedirectSecureFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain. |
void |
RewriteDispatchFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Dispatchs to the dispatch |
void |
RewriteIncludeFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Dispatchs to the dispatch |
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 |
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 |
WebServiceFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain. |
void |
ServletInvocation.service(ServletRequest request,
ServletResponse response)
Service a request. |
Uses of ServletRequest in com.caucho.server.http |
---|
Subinterfaces of ServletRequest in com.caucho.server.http | |
---|---|
interface |
CauchoRequest
|
Classes in com.caucho.server.http that implement ServletRequest | |
---|---|
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. |
Methods in com.caucho.server.http that return ServletRequest | |
---|---|
ServletRequest |
AsyncContextImpl.getRequest()
Returns the originating request for the async. |
ServletRequest |
ConnectionCometController.getRequest()
|
ServletRequest |
StubServletRequest.getRequest()
|
Methods in com.caucho.server.http with parameters of type ServletRequest | |
---|---|
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 |
AsyncContextImpl.addListener(AsyncListener listener,
ServletRequest request,
ServletResponse response)
|
void |
ConnectionCometController.addListener(AsyncListener listener,
ServletRequest request,
ServletResponse response)
|
void |
AsyncContextImpl.init(ServletRequest request,
ServletResponse response,
boolean isOriginal)
|
boolean |
CauchoDispatchRequest.isWrapperFor(ServletRequest wrapped)
|
boolean |
CauchoRequestWrapper.isWrapperFor(ServletRequest wrapped)
|
void |
AsyncContextImpl.onStart(ServletRequest request,
ServletResponse response)
CometHandler callback when the connection starts. |
AsyncContext |
CauchoDispatchRequest.startAsync(ServletRequest servletRequest,
ServletResponse servletResponse)
|
AsyncContext |
CauchoRequestWrapper.startAsync(ServletRequest servletRequest,
ServletResponse servletResponse)
|
AsyncContext |
HttpServletRequestImpl.startAsync(ServletRequest request,
ServletResponse response)
Starts an async mode |
AsyncContext |
RequestWrapper.startAsync(ServletRequest servletRequest,
ServletResponse servletResponse)
Starts an async mode |
AsyncContext |
StubServletRequest.startAsync(ServletRequest servletRequest,
ServletResponse servletResponse)
|
Constructors in com.caucho.server.http with parameters of type ServletRequest | |
---|---|
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)
|
Uses of ServletRequest in com.caucho.server.rewrite |
---|
Classes in com.caucho.server.rewrite that implement ServletRequest | |
---|---|
static class |
ProxyRule.ProxyRequest
|
static class |
SetRequestSecureFilterChain.SecureServletRequestWrapper
|
Methods in com.caucho.server.rewrite with parameters of type ServletRequest | |
---|---|
void |
AddHeaderFilterChain.doFilter(ServletRequest request,
ServletResponse response)
|
void |
ContinueMapFilterChain.doFilter(ServletRequest request,
ServletResponse response)
|
void |
MatchFilterChain.doFilter(ServletRequest request,
ServletResponse response)
|
void |
ProxyRule.ProxyFilterChain.doFilter(ServletRequest req,
ServletResponse res)
|
void |
RedirectQueryFilterChain.doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain. |
void |
SetFilterChain.doFilter(ServletRequest request,
ServletResponse response)
|
void |
SetHeaderFilterChain.doFilter(ServletRequest request,
ServletResponse response)
|
void |
SetRequestSecureFilterChain.doFilter(ServletRequest request,
ServletResponse response)
|
Uses of ServletRequest in com.caucho.server.security |
---|
Methods in com.caucho.server.security with parameters of type ServletRequest | |
---|---|
void |
SecurityFilterChain.doFilter(ServletRequest request,
ServletResponse response)
|
void |
ErrorFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
|
void |
FormLoginServlet.service(ServletRequest request,
ServletResponse response)
|
Uses of ServletRequest in com.caucho.server.webapp |
---|
Classes in com.caucho.server.webapp that implement ServletRequest | |
---|---|
class |
DispatchRequest
|
class |
ErrorRequest
|
class |
ForwardRequest
|
class |
IncludeRequest
|
class |
LoginRequest
|
Methods in com.caucho.server.webapp that return ServletRequest | |
---|---|
static ServletRequest |
WebApp.getThreadRequest()
|
Methods in com.caucho.server.webapp with parameters of type ServletRequest | |
---|---|
void |
RequestDispatcherImpl.dispatch(ServletRequest request,
ServletResponse response)
|
void |
RequestDispatcherImpl.dispatchResume(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 |
ContextFilterChain.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 |
StatisticsFilterChain.doFilter(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 |
WebAppListenerFilterChain.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)
|
Uses of ServletRequest in com.caucho.services.server |
---|
Methods in com.caucho.services.server that return ServletRequest | |
---|---|
static ServletRequest |
ServiceContext.getContextRequest()
Returns the service request. |
ServletRequest |
GenericService.getRequest()
Returns the servlet request object for the request. |
static ServletRequest |
ServiceContext.getRequest()
Deprecated. |
Methods in com.caucho.services.server with parameters of type ServletRequest | |
---|---|
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. |
Uses of ServletRequest in com.caucho.servlet |
---|
Methods in com.caucho.servlet that return ServletRequest | |
---|---|
ServletRequest |
DuplexContext.getRequest()
Returns the original servlet request. |
Uses of ServletRequest in com.caucho.servlet.comet |
---|
Methods in com.caucho.servlet.comet with parameters of type ServletRequest | |
---|---|
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. |
Uses of ServletRequest in com.caucho.servlets |
---|
Methods in com.caucho.servlets with parameters of type ServletRequest | |
---|---|
void |
CGIServlet.service(ServletRequest request,
ServletResponse response)
Handle the request. |
void |
ErrorStatusServlet.service(ServletRequest request,
ServletResponse response)
|
void |
FastCGIServlet.service(ServletRequest request,
ServletResponse response)
Handle the request. |
void |
FileServlet.service(ServletRequest request,
ServletResponse response)
|
void |
HttpProxyServlet.service(ServletRequest request,
ServletResponse response)
Handle the request. |
void |
ResinStatusServlet.service(ServletRequest request,
ServletResponse response)
Handle the request. |
Uses of ServletRequest in com.caucho.servlets.ssi |
---|
Methods in com.caucho.servlets.ssi with parameters of type ServletRequest | |
---|---|
void |
SSIFilter.doFilter(ServletRequest request,
ServletResponse response,
FilterChain nextFilter)
Creates a wrapper to save the output. |
Uses of ServletRequest in com.caucho.servlets.webdav |
---|
Methods in com.caucho.servlets.webdav with parameters of type ServletRequest | |
---|---|
void |
WebDavServlet.service(ServletRequest request,
ServletResponse response)
Service the webdav request. |
Uses of ServletRequest in com.caucho.tools.profiler |
---|
Methods in com.caucho.tools.profiler with parameters of type ServletRequest | |
---|---|
void |
ProfilerFilter.doFilter(ServletRequest servletRequest,
ServletResponse servletResponse,
FilterChain chain)
|
Uses of ServletRequest in javax.servlet |
---|
Classes in javax.servlet that implement ServletRequest | |
---|---|
class |
ServletRequestWrapper
Wraps a servlet request in another request. |
Methods in javax.servlet that return ServletRequest | |
---|---|
ServletRequest |
AsyncContext.getRequest()
|
ServletRequest |
ServletRequestWrapper.getRequest()
Gets the request object being wrapped. |
ServletRequest |
ServletRequestEvent.getServletRequest()
Returns the ServletRequest that changed. |
ServletRequest |
AsyncEvent.getSuppliedRequest()
|
Methods in javax.servlet with parameters of type ServletRequest | |
---|---|
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 |
ServletRequest.startAsync(ServletRequest servletRequest,
ServletResponse servletResponse)
Starts an async mode |
AsyncContext |
ServletRequestWrapper.startAsync(ServletRequest servletRequest,
ServletResponse servletResponse)
Starts an async mode |
Constructors in javax.servlet with parameters of type ServletRequest | |
---|---|
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. |
Uses of ServletRequest in javax.servlet.http |
---|
Subinterfaces of ServletRequest in javax.servlet.http | |
---|---|
interface |
HttpServletRequest
HttpServletRequest encapsulates client request data. |
Classes in javax.servlet.http that implement ServletRequest | |
---|---|
class |
HttpServletRequestWrapper
Wraps a servlet request in another request. |
Methods in javax.servlet.http with parameters of type ServletRequest | |
---|---|
void |
HttpServlet.service(ServletRequest request,
ServletResponse response)
Service a request. |
void |
HttpServletRequestWrapper.setRequest(ServletRequest request)
Sets the request object for the wrapper. |
Uses of ServletRequest in javax.servlet.jsp |
---|
Methods in javax.servlet.jsp that return ServletRequest | |
---|---|
abstract ServletRequest |
PageContext.getRequest()
Returns the ServletRequest for the page. |
Methods in javax.servlet.jsp with parameters of type ServletRequest | |
---|---|
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. |
Uses of ServletRequest in javax.servlet.jsp.jstl.core |
---|
Methods in javax.servlet.jsp.jstl.core with parameters of type ServletRequest | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |