|
rewrite-api-servlet 1.0.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ServletRequest immediately.
ServletRewrite as handled and terminates further handling.
FilterChain.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse) or ends the
request.
RewriteProvider services are processed on inbound Rewrite requests, but before
control of the request cycle is passed to the application via FilterChain#doFilter(IN, OUT)
RewriteProvider services are processed on outbound Rewrite events.
InboundServletRewriteEventRequestCycleWrapper services are processed.
RequestCycleWrapper services are processed, but before RewriteProvider services are
processed for inbound Rewrite requests.
RewriteProvider services are processed on outbound Rewrite events.
BaseRewrite.Flow is a descendant of this.
HttpServletRewrite event.
Rule processing has completed, perform a
RequestDispatcher.forward(ServletRequest, ServletResponse) to the given resource target.
InboundServletRewriteEvent as handled, terminates further handling, and instructs the container
to forward the current ServletRequest and ServletResponse to the specified resource address.
HttpServletRequest.getContextPath()
InboundServletRewriteEvent#include(String) or
InboundServletRewriteEvent#forward(String)
BaseRewrite.Flow state.
BaseRewrite.Flow state.
InboundRewriteProducer instances.
OutboundRewriteProducer instances.
ServletRequest object.
RequestCycleWrapper instances.
HttpServletRewrite.getRequestPath() and HttpServletRewrite.getRequestQueryString().
ServletResponse object.
Context for the current Rewrite.
RewriteLifecycleListener instances.
RewriteProvider instances.
HttpInboundServletRewrite events, return the request URL excluding context path, but including query
string: HttpServletRewrite.getRequestPath() + HttpServletRewrite.getRequestQueryStringSeparator() + HttpServletRewrite.getRequestQueryString()
Rule definitions and pass control of the the current ServletRequest to the
underlying application, even if a call to BaseRewrite.abort(), BaseRewrite.proceed(), BaseRewrite.forward(String), or any
other life-cycle control method has previously been made.
ServletRewrite as handled and terminates further handling.
HttpServletRewrite events.HttpServletRequest, HttpServletResponse lifecycle.Operation that is only performed if the current Rewrite event is an instance of
HttpServletRewriteRewriteLifecycleListener that only listens on HttpServletRequest and HttpServletResponse
request cycle types.RewriteProvider that only operates on HttpServletRequest and HttpServletResponse request
cycle types.RewriteLifecycleListener and RewriteProvider instances when
an inbound as the rewrite lifecycle is executed.Rule processing has completed, perform a
RequestDispatcher.include(ServletRequest, ServletResponse) of the given resource target.
InboundServletRewriteEvent as handled, terminates further handling, and instructs the container
to include the specified resource address in the current ServletRequest and ServletResponse cycle.
BaseRewrite.Flow is a descendant of the given value.
HttpServletRewrite event.
Rule definitions for the current ServletRequest, even if a call to
BaseRewrite.abort(), BaseRewrite.handled(), BaseRewrite.forward(String), or any other life-cycle control method has
previously been made.
ServletRewrite as handled and proceeds with the rest of the handlers.
HttpServletResponse is not already committed, issue a Permanent Redirect (301) and call
ServletRewrite.abort().
HttpServletResponse is not already committed, issue a Temporary Redirect (302) and call
ServletRewrite.abort().
HttpServletRequest object.Rewrite life-cycle events.HttpServletResponse is not already committed, send an HTTP status code and and call
ServletRewrite.abort().
HttpServletResponse is not already committed, send an HTTP status code and and call
ServletRewrite.abort().
HttpServletResponse is not already committed, send an HTTP status code, flush the
OutputStream buffer, and and call ServletRewrite.abort().
HttpServletResponse is not already committed, send an HTTP status code, flush the
OutputStream buffer, and and call ServletRewrite.abort().
RewriteProvider which only handles ServletRewrite events.BaseRewrite.Flow state.
BaseRewrite.Flow state.
ServletRequest object.
ServletRequest to be used for the remaining duration of the current ServletRequest.
ServletResponse object.
ServletResponse to be used for the remaining duration of the current ServletRequest.
|
rewrite-api-servlet 1.0.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||