rewrite-config-servlet 2.0.0.Alpha5
A B C D E F G H I J L M O P Q R S T U V W 

A

abort() - Static method in class org.ocpsoft.rewrite.servlet.config.Lifecycle
addCookie(Cookie) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
Create an Operation that adds a Cookie to the HttpServletResponse
addDateHeader(String, long) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
Create an Operation that adds a date header to the HttpServletResponse
addHeader(String, String) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
Create an Operation that adds a header to the HttpServletResponse
addIntHeader(String, int) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
Create an Operation that adds an int header to the HttpServletResponse
afterInboundLifecycle(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener
 
afterInboundRewrite(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener
 
afterOutboundRewrite(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener
 
append() - Static method in class org.ocpsoft.rewrite.servlet.config.rule.TrailingSlash
Return a new TrailingSlash instance that will append trailing slashes from all matching request and rendered output URLs, if necessary.
attribute(String) - Static method in class org.ocpsoft.rewrite.servlet.config.bind.Request
Bind a value to the ServletRequest.setAttribute(String, Object) map.

B

Base64EncodingStrategy - Class in org.ocpsoft.rewrite.servlet.config.encodequery
Simple Base64 encoding strategy.
Base64EncodingStrategy() - Constructor for class org.ocpsoft.rewrite.servlet.config.encodequery.Base64EncodingStrategy
 
beforeInboundLifecycle(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener
 
beforeInboundRewrite(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener
 
beforeOutboundRewrite(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener
 
bindsTo(Binding) - Method in class org.ocpsoft.rewrite.servlet.config.Method
 

C

captureIn(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Path
Capture the entire path portion of the inbound Address into the given parameter.
captureIn(String) - Static method in class org.ocpsoft.rewrite.servlet.config.URL
 
CDN - Class in org.ocpsoft.rewrite.servlet.config.rule
Rule that creates a bi-directional rewrite rule between an externally facing URL and an internal server resource URL
CDN(String) - Constructor for class org.ocpsoft.rewrite.servlet.config.rule.CDN
 
CDNRelocate - Interface in org.ocpsoft.rewrite.servlet.config.rule
 
ChecksumStrategy - Interface in org.ocpsoft.rewrite.servlet.config.encodequery
 
checksumValid(String) - Method in interface org.ocpsoft.rewrite.servlet.config.encodequery.ChecksumStrategy
Return true if the given token contains a valid checksum.
checksumValid(String) - Method in class org.ocpsoft.rewrite.servlet.config.encodequery.HashCodeChecksumStrategy
 
close() - Method in class org.ocpsoft.rewrite.servlet.config.response.GZipResponseStreamWrapper.FlushableGZIPOutputStream
 
code(int) - Static method in class org.ocpsoft.rewrite.servlet.config.SendStatus
Send an HTTP status code to the browser, then call ServletRewrite.abort()

D

decode(String) - Method in class org.ocpsoft.rewrite.servlet.config.encodequery.Base64EncodingStrategy
 
decode(String) - Method in interface org.ocpsoft.rewrite.servlet.config.encodequery.EncodingStrategy
Decode the given value
DispatchType - Class in org.ocpsoft.rewrite.servlet.config
Responsible for asserting on the HttpServletRequest#getDispatcherType() property.

E

embedChecksum(String) - Method in interface org.ocpsoft.rewrite.servlet.config.encodequery.ChecksumStrategy
Return the given token with an additional added checksum.
embedChecksum(String) - Method in class org.ocpsoft.rewrite.servlet.config.encodequery.HashCodeChecksumStrategy
 
encode(String) - Method in class org.ocpsoft.rewrite.servlet.config.encodequery.Base64EncodingStrategy
 
encode(String) - Method in interface org.ocpsoft.rewrite.servlet.config.encodequery.EncodingStrategy
Encode the given value
EncodeQuery - Class in org.ocpsoft.rewrite.servlet.config
Encodes any or many query-parameters into a single parameter using the given ChecksumStrategy and EncodingStrategy.
EncodingStrategy - Interface in org.ocpsoft.rewrite.servlet.config.encodequery
 
error(int) - Static method in class org.ocpsoft.rewrite.servlet.config.SendStatus
 
evaluate(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
 
evaluate(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.rule.Join
 
evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.DispatchType
 
evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.Header
 
evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.Hostname
 
evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.JAASRoles
 
evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.Method
 
evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.Path
 
evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.RequestParameter.AllRequestParameters
 
evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.RequestParameter
 
evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.Resource
 
evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.Scheme
 
evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.ServerPort
 
evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.ServletMapping
 
evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.URL
 
excluding(String...) - Method in class org.ocpsoft.rewrite.servlet.config.EncodeQuery
Exclude the given query-parameter names from encoding.
exists(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Header
Return a Header condition that matches only against the existence of a header with a name matching the given pattern.
exists(String) - Static method in class org.ocpsoft.rewrite.servlet.config.RequestParameter
Return a Header condition that matches only against the existence of a header with a name matching the given pattern.
exists(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Resource
Create a new Condition that returns true if the given resource exists relative to the web root of the current application.

F

flush() - Method in class org.ocpsoft.rewrite.servlet.config.response.GZipResponseStreamWrapper.FlushableGZIPOutputStream
 
Forward - Class in org.ocpsoft.rewrite.servlet.config
An Operation that performs forwards via InboundServletRewrite.forward(String)

G

getCode() - Method in class org.ocpsoft.rewrite.servlet.config.SendStatus
 
getCurrentJoin(HttpServletRequest) - Static method in class org.ocpsoft.rewrite.servlet.config.rule.Join
Retrieve the Join that was invoked on the current request; if no Join was invoked, return null.
getDomainExpression() - Method in class org.ocpsoft.rewrite.servlet.config.Hostname
 
getExpression() - Method in class org.ocpsoft.rewrite.servlet.config.Hostname
Get the underlying RegexParameterizedPatternBuilder for this Hostname
getExpression() - Method in class org.ocpsoft.rewrite.servlet.config.Scheme
Get the underlying RegexParameterizedPatternBuilder for this Scheme
getId() - Method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
 
getId() - Method in class org.ocpsoft.rewrite.servlet.config.rule.Join
 
getId() - Method in class org.ocpsoft.rewrite.servlet.config.rule.TrailingSlash
 
getLocationExpression() - Method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
 
getNameExpression() - Method in class org.ocpsoft.rewrite.servlet.config.RequestParameter
 
getOperations() - Method in class org.ocpsoft.rewrite.servlet.config.lifecycle.Subset
 
getPathExpression() - Method in class org.ocpsoft.rewrite.servlet.config.Path
Get the underlying RegexParameterizedPatternBuilder for this Path
getPathExpression() - Method in class org.ocpsoft.rewrite.servlet.config.URL
 
getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.Forward
 
getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.Header
 
getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.Hostname
 
getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.Path
 
getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.Redirect
 
getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.RequestParameter
 
getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.Resource
 
getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
 
getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.rule.Join
 
getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.Scheme
 
getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.ServletMapping
 
getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.Substitute
 
getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.URL
 
getResourceExpression() - Method in class org.ocpsoft.rewrite.servlet.config.Resource
 
getResourceExpression() - Method in class org.ocpsoft.rewrite.servlet.config.ServletMapping
 
getResourcExpression() - Method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
 
getSchemeExpression() - Method in class org.ocpsoft.rewrite.servlet.config.URL
Get the underlying RegexParameterizedPatternBuilder for this URL
getTargetExpression() - Method in class org.ocpsoft.rewrite.servlet.config.Forward
 
getTargetExpression() - Method in class org.ocpsoft.rewrite.servlet.config.Redirect
 
getTargetExpression() - Method in class org.ocpsoft.rewrite.servlet.config.Substitute
 
getValueExpression() - Method in class org.ocpsoft.rewrite.servlet.config.RequestParameter
 
GZipResponseStreamWrapper - Class in org.ocpsoft.rewrite.servlet.config.response
A ResponseStreamWrapper that compresses the response output to GZip format and sets the proper response headers.
GZipResponseStreamWrapper() - Constructor for class org.ocpsoft.rewrite.servlet.config.response.GZipResponseStreamWrapper
 
GZipResponseStreamWrapper.FlushableGZIPOutputStream - Class in org.ocpsoft.rewrite.servlet.config.response
 
GZipResponseStreamWrapper.FlushableGZIPOutputStream(OutputStream) - Constructor for class org.ocpsoft.rewrite.servlet.config.response.GZipResponseStreamWrapper.FlushableGZIPOutputStream
 

H

handled() - Static method in class org.ocpsoft.rewrite.servlet.config.Lifecycle
handles(Rewrite) - Method in class org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener
 
HashCodeChecksumStrategy - Class in org.ocpsoft.rewrite.servlet.config.encodequery
Checksum strategy based on Java String hashCode() equality
HashCodeChecksumStrategy() - Constructor for class org.ocpsoft.rewrite.servlet.config.encodequery.HashCodeChecksumStrategy
 
Header - Class in org.ocpsoft.rewrite.servlet.config
Responsible for asserting on HttpServletRequest.getHeader(String) values.
Hostname - Class in org.ocpsoft.rewrite.servlet.config
A Condition that inspects the value of ServletRequest.getServerName()

I

includes(String) - Static method in class org.ocpsoft.rewrite.servlet.config.ServletMapping
Create a condition which returns true if the given resource is mapped by any Servlet instances registered within the current application, and returns false if no Servlet will handle the resource.
is(int...) - Static method in class org.ocpsoft.rewrite.servlet.config.ServerPort
Assert that the server port matches any of the given ports.
isAsync() - Static method in class org.ocpsoft.rewrite.servlet.config.DispatchType
Return a DispatchType condition that ensures the current HttpServletRewrite is of DispatcherType.ASYNC
isDelete() - Static method in class org.ocpsoft.rewrite.servlet.config.Method
Return a Method condition that ensures the current HttpServletRequest.getMethod() is of DELETE
isDesktop() - Static method in class org.ocpsoft.rewrite.servlet.config.UserAgent
Condition asserting that the user-agent is a non-mobile device.
isError() - Static method in class org.ocpsoft.rewrite.servlet.config.DispatchType
Return a DispatchType condition that ensures the current HttpServletRewrite is of DispatcherType.ERROR
isForward() - Static method in class org.ocpsoft.rewrite.servlet.config.DispatchType
Return a DispatchType condition that ensures the current HttpServletRewrite is of DispatcherType.FORWARD
isGet() - Static method in class org.ocpsoft.rewrite.servlet.config.Method
Return a Method condition that ensures the current HttpServletRequest.getMethod() is of GET
isHead() - Static method in class org.ocpsoft.rewrite.servlet.config.Method
Return a Method condition that ensures the current HttpServletRequest.getMethod() is of HEAD
isInclude() - Static method in class org.ocpsoft.rewrite.servlet.config.DispatchType
Return a DispatchType condition that ensures the current HttpServletRewrite is of DispatcherType.INCLUDE
isMobile() - Static method in class org.ocpsoft.rewrite.servlet.config.UserAgent
Condition asserting that the user-agent is a mobile device.
isOptions() - Static method in class org.ocpsoft.rewrite.servlet.config.Method
Return a Method condition that ensures the current HttpServletRequest.getMethod() is of OPTIONS
isPost() - Static method in class org.ocpsoft.rewrite.servlet.config.Method
Return a Method condition that ensures the current HttpServletRequest.getMethod() is of POST
isPut() - Static method in class org.ocpsoft.rewrite.servlet.config.Method
Return a Method condition that ensures the current HttpServletRequest.getMethod() is of PUT
isRequest() - Static method in class org.ocpsoft.rewrite.servlet.config.DispatchType
Return a DispatchType condition that ensures the current HttpServletRewrite is of DispatcherType.REQUEST
isTablet() - Static method in class org.ocpsoft.rewrite.servlet.config.UserAgent
Condition asserting that the user-agent is a tablet device.
isTrace() - Static method in class org.ocpsoft.rewrite.servlet.config.Method
Return a Method condition that ensures the current HttpServletRequest.getMethod() is of TRACE

J

JAASRoles - Class in org.ocpsoft.rewrite.servlet.config
Implementation of Condition that checks the subject's roles using HttpServletRequest.isUserInRole(String)
Join - Class in org.ocpsoft.rewrite.servlet.config.rule
Rule that creates a bi-directional rewrite rule between an externally facing URL and an internal server resource URL
Join(String, boolean) - Constructor for class org.ocpsoft.rewrite.servlet.config.rule.Join
 
JoinPath - Interface in org.ocpsoft.rewrite.servlet.config.rule
 
JoinRewriteLifecycleListener - Class in org.ocpsoft.rewrite.servlet.config.lifecycle
 
JoinRewriteLifecycleListener() - Constructor for class org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener
 

L

Lifecycle - Class in org.ocpsoft.rewrite.servlet.config
Responsible for controlling the Rewrite life-cycle itself.
Lifecycle() - Constructor for class org.ocpsoft.rewrite.servlet.config.Lifecycle
 

M

matches(String, String) - Static method in class org.ocpsoft.rewrite.servlet.config.Header
Return a Header condition that matches against both header name and values.
matches(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Hostname
Inspect the current request domain, comparing against the given pattern.
matches(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Path
Inspect the current request URL, comparing against the given pattern.
matches(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Query
Return a new Condition matching against the entire HttpServletRequest.getQueryString()
matches(String, String) - Static method in class org.ocpsoft.rewrite.servlet.config.RequestParameter
Return a Header condition that matches against both header name and values.
matches(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Scheme
Inspect the current request scheme, comparing against the given pattern.
matches(String) - Static method in class org.ocpsoft.rewrite.servlet.config.URL
Inspect the current request URL, comparing against the given pattern.
matches(String) - Static method in class org.ocpsoft.rewrite.servlet.config.UserAgent
Condition asserting that the user-agent matches the given pattern.
matchesAll(String, String) - Static method in class org.ocpsoft.rewrite.servlet.config.RequestParameter
 
Method - Class in org.ocpsoft.rewrite.servlet.config
Responsible for asserting on the HttpServletRequest.getMethod() property.

O

onChecksumFailure(Operation) - Method in class org.ocpsoft.rewrite.servlet.config.EncodeQuery
Operation to be performed when the current ChecksumStrategy detects an inbound checksum failure.
org.ocpsoft.rewrite.servlet.config - package org.ocpsoft.rewrite.servlet.config
 
org.ocpsoft.rewrite.servlet.config.bind - package org.ocpsoft.rewrite.servlet.config.bind
 
org.ocpsoft.rewrite.servlet.config.encodequery - package org.ocpsoft.rewrite.servlet.config.encodequery
 
org.ocpsoft.rewrite.servlet.config.lifecycle - package org.ocpsoft.rewrite.servlet.config.lifecycle
 
org.ocpsoft.rewrite.servlet.config.response - package org.ocpsoft.rewrite.servlet.config.response
 
org.ocpsoft.rewrite.servlet.config.rule - package org.ocpsoft.rewrite.servlet.config.rule
 

P

parameter(String) - Static method in class org.ocpsoft.rewrite.servlet.config.bind.Request
Bind a value to the ServletRequest.getParameterMap().
parameterExists(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Query
Return a new Condition matching against the existence of specific parameters within HttpServletRequest.getQueryString()
params(String...) - Static method in class org.ocpsoft.rewrite.servlet.config.EncodeQuery
Create a new EncodeQuery Operation for the given query-parameter names.
Path - Class in org.ocpsoft.rewrite.servlet.config
A Condition that inspects the value of org.ocpsoft.rewrite.servlet.http.event.HttpServletRewrite#getRequestPath()
path(String) - Static method in class org.ocpsoft.rewrite.servlet.config.rule.Join
The client-facing URL path to which this Join will apply.
pathNonBinding(String) - Static method in class org.ocpsoft.rewrite.servlet.config.rule.Join
The client-facing URL path to which this Join will apply.
perform(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.EncodeQuery
 
perform(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.lifecycle.Subset
 
perform(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
 
perform(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.rule.Join
 
performHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.Forward
 
performHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.Redirect
 
performHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.SendStatus
 
performHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.Substitute
 
permanent(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Redirect
Issue a permanent redirect ( 301 HttpServletResponse.SC_MOVED_PERMANENTLY ) to the given location.
priority() - Method in class org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener
 
proceed() - Static method in class org.ocpsoft.rewrite.servlet.config.Lifecycle

Q

Query - Class in org.ocpsoft.rewrite.servlet.config
A Condition that inspects the value of org.ocpsoft.rewrite.servlet.http.event.HttpServletRewrite#getRequestQueryString()
Query() - Constructor for class org.ocpsoft.rewrite.servlet.config.Query
 

R

Redirect - Class in org.ocpsoft.rewrite.servlet.config
relocate(String) - Static method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
The outward facing URL path to which this CDN will apply.
remove() - Static method in class org.ocpsoft.rewrite.servlet.config.rule.TrailingSlash
Return a new TrailingSlash instance that will remove trailing slashes from all matching request and rendered output URLs, if necessary.
removeChecksum(String) - Method in interface org.ocpsoft.rewrite.servlet.config.encodequery.ChecksumStrategy
Extract the token from the given string with checksum.
removeChecksum(String) - Method in class org.ocpsoft.rewrite.servlet.config.encodequery.HashCodeChecksumStrategy
 
Request - Class in org.ocpsoft.rewrite.servlet.config.bind
Responsible for binding to ServletRequest.setAttribute(String, Object) and ServletRequest.getParameterMap() contexts.
Request() - Constructor for class org.ocpsoft.rewrite.servlet.config.bind.Request
 
RequestParameter - Class in org.ocpsoft.rewrite.servlet.config
A Condition that inspects values returned by ServletRequest.getParameterMap()
RequestParameter.AllRequestParameters - Class in org.ocpsoft.rewrite.servlet.config
 
RequestParameter.AllRequestParameters(String, String) - Constructor for class org.ocpsoft.rewrite.servlet.config.RequestParameter.AllRequestParameters
 
required(String...) - Static method in class org.ocpsoft.rewrite.servlet.config.JAASRoles
Create a new JAASRoles condition requiring the given roles in order for evaluation to return true.
Resource - Class in org.ocpsoft.rewrite.servlet.config
A Condition responsible for determining existence of resources within the web root of the servlet container.
Response - Class in org.ocpsoft.rewrite.servlet.config
Responsible for adding various properties such as headers and cookies to the HttpServletResponse
Response() - Constructor for class org.ocpsoft.rewrite.servlet.config.Response
 

S

Scheme - Class in org.ocpsoft.rewrite.servlet.config
A Condition that inspects the value of ServletRequest.getScheme()
SendStatus - Class in org.ocpsoft.rewrite.servlet.config
Responsible for sending status codes via HttpServletResponse.setStatus(int) and ServletResponse.flushBuffer()
ServerPort - Class in org.ocpsoft.rewrite.servlet.config
Responsible for asserting on the ServletRequest.getServerPort()
ServletMapping - Class in org.ocpsoft.rewrite.servlet.config
A Condition responsible for comparing URLs to Servlet Mappings.
setCode(int) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
 
setId(String) - Method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
Set the id of this Rule
setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.Forward
 
setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.Header
 
setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.Hostname
 
setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.Path
 
setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.Redirect
 
setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.RequestParameter
 
setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.Resource
 
setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
 
setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.rule.Join
 
setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.Scheme
 
setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.ServletMapping
 
setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.Substitute
 
setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.URL
 
Subset - Class in org.ocpsoft.rewrite.servlet.config.lifecycle
 
Substitute - Class in org.ocpsoft.rewrite.servlet.config
Responsible for substituting inbound/outbound URLs with a replacement.
supportsRetrieval() - Method in class org.ocpsoft.rewrite.servlet.config.bind.Request
 
supportsSubmission() - Method in class org.ocpsoft.rewrite.servlet.config.bind.Request
 

T

temporary(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Redirect
Issue a temporary redirect ( 302 HttpServletResponse.SC_MOVED_TEMPORARILY ) to the given location.
to(String) - Method in class org.ocpsoft.rewrite.servlet.config.EncodeQuery
The name of the composite query-parameter to hold the encoded parameters.
to(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Forward
Forward the current request to the given location within the servlet container.
to(String) - Method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
 
to(String) - Method in interface org.ocpsoft.rewrite.servlet.config.rule.CDNRelocate
The new resource (real or virtual) to be served, either from a local context or remote CDN.
to(String) - Method in class org.ocpsoft.rewrite.servlet.config.rule.Join
 
to(String) - Method in interface org.ocpsoft.rewrite.servlet.config.rule.JoinPath
The internal server resource (real or virtual) to be served.
toString() - Method in class org.ocpsoft.rewrite.servlet.config.DispatchType
 
toString() - Method in class org.ocpsoft.rewrite.servlet.config.EncodeQuery
 
toString() - Method in class org.ocpsoft.rewrite.servlet.config.Forward
 
toString() - Method in class org.ocpsoft.rewrite.servlet.config.Hostname
 
toString() - Method in class org.ocpsoft.rewrite.servlet.config.Path
 
toString() - Method in class org.ocpsoft.rewrite.servlet.config.Redirect
 
toString() - Method in class org.ocpsoft.rewrite.servlet.config.RequestParameter
 
toString() - Method in class org.ocpsoft.rewrite.servlet.config.Response
 
toString() - Method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
 
toString() - Method in class org.ocpsoft.rewrite.servlet.config.rule.Join
 
toString() - Method in class org.ocpsoft.rewrite.servlet.config.Scheme
 
toString() - Method in class org.ocpsoft.rewrite.servlet.config.Substitute
 
toString() - Method in class org.ocpsoft.rewrite.servlet.config.URL
 
TrailingSlash - Class in org.ocpsoft.rewrite.servlet.config.rule
Rule that creates a bi-directional rewrite rule handling appending or removal of the trailing slash character in paths.
TrailingSlash() - Constructor for class org.ocpsoft.rewrite.servlet.config.rule.TrailingSlash
 

U

URL - Class in org.ocpsoft.rewrite.servlet.config
A Condition that inspects the value of org.ocpsoft.rewrite.servlet.http.event.HttpServletRewrite#getRequestPath()
UserAgent - Class in org.ocpsoft.rewrite.servlet.config
A Condition that inspects the value of ServletRequest.getScheme()
UserAgent() - Constructor for class org.ocpsoft.rewrite.servlet.config.UserAgent
 

V

valueExists(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Header
Return a Header condition that matches only against the existence of a header with value matching the given pattern.
valueExists(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Query
Return a new Condition matching against the existence of a parameter values within HttpServletRequest.getQueryString()
valueExists(String) - Static method in class org.ocpsoft.rewrite.servlet.config.RequestParameter
Return a Header condition that matches only against the existence of a header with value matching the given pattern.

W

when(Configuration) - Static method in class org.ocpsoft.rewrite.servlet.config.lifecycle.Subset
 
with(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Substitute
Substitute the current URL with the given location.
withChaining() - Method in class org.ocpsoft.rewrite.servlet.config.rule.Join
Enable the 'to' target of this Join to be intercepted by the 'path' of another Join.
withChecksumStrategy(ChecksumStrategy) - Method in class org.ocpsoft.rewrite.servlet.config.EncodeQuery
Use the given ChecksumStrategy when calculating and embedding checksums.
withEncodingStrategy(EncodingStrategy) - Method in class org.ocpsoft.rewrite.servlet.config.EncodeQuery
Use the given EncodingStrategy when performing encoding.
withId(String) - Method in class org.ocpsoft.rewrite.servlet.config.rule.TrailingSlash
Set the ID of this TrailingSlash.
withInboundCorrection(boolean) - Method in class org.ocpsoft.rewrite.servlet.config.EncodeQuery
Redirect inbound requests to URLs containing matching query-parameters to the encoded URL.
withInboundCorrection() - Method in class org.ocpsoft.rewrite.servlet.config.rule.Join
 
withOutputInterceptedBy(ResponseContentInterceptor...) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
Add the given ResponseContentInterceptor instances to the current ServletResponse.
withOutputStreamWrappedBy(ResponseStreamWrapper...) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
 
withRequestBinding() - Method in class org.ocpsoft.rewrite.servlet.config.Path
Bind each path parameter to the corresponding request parameter by name.
withRequestBinding() - Method in class org.ocpsoft.rewrite.servlet.config.URL
Bind each URL parameter to the corresponding request parameter by name.
wrap(HttpServletRewrite, OutputStream) - Method in class org.ocpsoft.rewrite.servlet.config.response.GZipResponseStreamWrapper
 
write(byte...) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
 
write(Object) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
 
write(InputStream) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
 
A B C D E F G H I J L M O P Q R S T U V W 
rewrite-config-servlet 2.0.0.Alpha5

Copyright © 2013 OCPsoft. All Rights Reserved.