Modifier and Type | Method and Description |
---|---|
Invocation |
ServletService.buildInvocation(Invocation invocation)
Sets the invocation
|
Modifier and Type | Method and Description |
---|---|
Invocation |
ServletService.buildInvocation(Invocation invocation)
Sets the invocation
|
Modifier and Type | Class and Description |
---|---|
class |
SubInvocation
A repository for request information gleaned from the uri.
|
class |
VersionInvocation
A repository for request information gleaned from the uri.
|
Modifier and Type | Method and Description |
---|---|
Invocation |
InvocationBuilder.buildInvocation(Invocation invocation)
Builds the invocation values.
|
Invocation |
InvocationServer.buildInvocation(Invocation invocation)
Builds the invocation.
|
Invocation |
InvocationServer.buildInvocation(java.lang.Object protocolKey,
Invocation invocation)
Builds the invocation, saving its value keyed by the protocol key.
|
Invocation |
InvocationServer.createInvocation()
Creates an invocation.
|
Invocation |
InvocationServer.getInvocation(java.lang.Object protocolKey)
Returns the cached invocation.
|
Invocation |
Invocation.getRequestInvocation(HttpServletRequestImpl request)
Returns the versioned invocation based on this request.
|
Invocation |
VersionInvocation.getRequestInvocation(HttpServletRequestImpl request)
Returns the versioned invocation based on this request.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Invocation> |
InvocationServer.getInvocations()
Returns the invocations.
|
Modifier and Type | Method and Description |
---|---|
abstract FilterChain |
FilterChainBuilder.build(FilterChain next,
Invocation invocation)
Builds a filter chain dynamically based on the invocation.
|
FilterChain |
FilterChainFilterBuilder.build(FilterChain next,
Invocation invocation)
Builds a filter chain dynamically based on the invocation.
|
FilterChain |
FilterMapper.buildDispatchChain(Invocation invocation,
FilterChain chain)
Fills in the invocation.
|
Invocation |
InvocationBuilder.buildInvocation(Invocation invocation)
Builds the invocation values.
|
Invocation |
InvocationServer.buildInvocation(Invocation invocation)
Builds the invocation.
|
Invocation |
InvocationServer.buildInvocation(java.lang.Object protocolKey,
Invocation invocation)
Builds the invocation, saving its value keyed by the protocol key.
|
void |
Invocation.copyFrom(Invocation invocation)
Copies from the invocation.
|
boolean |
InvocationMatcher.isMatch(Invocation invocation)
Returns true for an invocation match.
|
void |
InvocationDecoder.normalizeURI(Invocation invocation,
java.lang.String rawURI)
Just normalize the URI.
|
void |
InvocationDecoder.splitQuery(Invocation invocation,
java.lang.String rawURI)
Splits out the query string, and normalizes the URI, assuming nothing
needs unescaping.
|
void |
InvocationDecoder.splitQueryAndUnescape(Invocation invocation,
byte[] rawURI,
int uriLength)
Splits out the query string and unescape the value.
|
Constructor and Description |
---|
VersionInvocation(Invocation invocation,
WebApp webApp,
Invocation oldInvocation,
WebApp oldWebApp,
long expireTime) |
Modifier and Type | Method and Description |
---|---|
Invocation |
HostContainer.buildInvocation(Invocation invocation)
Creates the invocation.
|
Invocation |
Host.buildInvocation(Invocation invocation)
Builds the invocation for the host.
|
Modifier and Type | Method and Description |
---|---|
Invocation |
HostContainer.buildInvocation(Invocation invocation)
Creates the invocation.
|
Invocation |
Host.buildInvocation(Invocation invocation)
Builds the invocation for the host.
|
Modifier and Type | Method and Description |
---|---|
protected Invocation |
AbstractHttpRequest.buildInvocation(Invocation invocation,
byte[] uri,
int uriLength) |
protected Invocation |
AsyncRequest.getInvocation() |
Invocation |
HttpServletRequestImpl.getInvocation() |
protected Invocation |
AbstractHttpRequest.getInvocation(java.lang.CharSequence host,
byte[] uri,
int uriLength) |
Modifier and Type | Method and Description |
---|---|
protected Invocation |
AbstractHttpRequest.buildInvocation(Invocation invocation,
byte[] uri,
int uriLength) |
void |
HttpServletRequestImpl.setInvocation(Invocation invocation) |
Constructor and Description |
---|
AsyncRequest(HttpServletRequestImpl request,
HttpServletResponseImpl response,
Invocation invocation) |
Modifier and Type | Method and Description |
---|---|
FilterChain |
ProxyCacheFilterChainBuilder.build(FilterChain next,
Invocation invocation)
Builds the next item in the chain.
|
Modifier and Type | Method and Description |
---|---|
FilterChain |
ConstraintManager.build(FilterChain next,
Invocation invocation)
Builds a filter chain dynamically based on the invocation.
|
Modifier and Type | Method and Description |
---|---|
Invocation |
WebAppContainer.buildInvocation(Invocation invocation)
Creates the invocation.
|
Invocation |
WebApp.buildInvocation(Invocation invocation)
Fills the servlet instance.
|
Invocation |
WebApp.buildInvocation(Invocation invocation,
boolean isTop)
Fills the servlet instance.
|
Invocation |
RequestDispatcherImpl.getAsyncInvocation() |
protected Invocation |
ForwardNamedRequest.getInvocation() |
protected Invocation |
IncludeRequest.getInvocation() |
protected Invocation |
AsyncRequest.getInvocation() |
protected Invocation |
ForwardRequest.getInvocation() |
Modifier and Type | Method and Description |
---|---|
void |
WebAppContainer.buildDispatchInvocation(Invocation invocation)
Creates the invocation for a rewrite-dispatch/dispatch.
|
void |
WebApp.buildDispatchInvocation(Invocation invocation)
Fills the invocation for a rewrite-dispatch/dispatch request.
|
void |
WebApp.buildDispatchInvocation(Invocation invocation,
FilterMapper filterMapper)
Fills the invocation for subrequests.
|
void |
WebAppContainer.buildErrorInvocation(Invocation invocation)
Creates the error invocation.
|
void |
WebApp.buildErrorInvocation(Invocation invocation)
Fills the invocation for an error request.
|
void |
WebAppContainer.buildForwardInvocation(Invocation invocation)
Creates the invocation.
|
void |
WebApp.buildForwardInvocation(Invocation invocation)
Fills the invocation for a forward request.
|
void |
WebAppContainer.buildIncludeInvocation(Invocation invocation)
Creates the invocation.
|
void |
WebApp.buildIncludeInvocation(Invocation invocation)
Fills the invocation for an include request.
|
Invocation |
WebAppContainer.buildInvocation(Invocation invocation)
Creates the invocation.
|
Invocation |
WebApp.buildInvocation(Invocation invocation)
Fills the servlet instance.
|
Invocation |
WebApp.buildInvocation(Invocation invocation,
boolean isTop)
Fills the servlet instance.
|
void |
WebAppContainer.buildLoginInvocation(Invocation invocation)
Creates the invocation.
|
void |
WebApp.buildLoginInvocation(Invocation invocation)
Fills the invocation for a login request.
|
void |
RequestDispatcherImpl.dispatchResume(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation)
Dispatch the async resume request to the servlet
named by the request dispatcher.
|
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.
|
protected WebAppController |
WebAppContainer.getWebAppController(Invocation invocation)
Returns the webApp controller for the current request.
|
Constructor and Description |
---|
AsyncRequest(HttpServletRequestImpl request,
HttpServletResponseImpl response,
Invocation invocation) |
DispatchRequest(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation) |
ErrorRequest(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation) |
ForwardNamedRequest(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation) |
ForwardRequest(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation) |
IncludeRequest(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation) |
LoginRequest(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation) |