| Interface | Description |
|---|---|
| Condition | |
| FilterChainMapper | |
| Rule |
| Class | Description |
|---|---|
| AbstractCondition | |
| AbstractConditions | |
| AbstractRule | |
| AbstractRule.RewriteRuleAdmin | |
| AbstractRuleWithConditions | |
| AcceptRule | |
| AddHeaderFilterChain | |
| AndConditions | |
| AuthTypeCondition |
A rewrite condition that passes if the auth-type is exactly
equal to the specified value.
|
| ConditionConfig | |
| ContinueMapFilterChain | |
| CookieCondition |
A rewrite condition that passes if a named cookie exists and has a value
that matches a regular expression.
|
| DispatchRule | |
| ErrorRule | |
| ExistsCondition |
A rewrite condition that passes if the target exists.
|
| ExprCondition |
A
RewriteDispatch condition that is an el expression. |
| ForwardRule | |
| HeaderCondition |
A rewrite condition that passes if the value of a named header matches a regexp.
|
| ImportRule | |
| ImportRule.RewriteImportAdmin | |
| LoadBalanceRule | |
| LocaleCondition |
A rewrite condition that passes if the value of the Locale matches
a regexp.
|
| LocalPortCondition |
A rewrite condition that passes if the value of
ServletRequest.getLocalPort() matches a regexp. |
| MatchFilterChain | |
| MatchRule | |
| MethodCondition |
A rewrite condition that passes if the method is exactly
equal to the specified value.
|
| MovedRule | |
| NotConditions | |
| OrConditions | |
| ProxyRule | |
| ProxyRule.ProxyFilterChain | |
| ProxyRule.ProxyRequest | |
| QueryParamCondition |
A rewrite condition that passes if the value of a query parameter exists
and matches a regular expression.
|
| RedirectQueryFilterChain |
Represents the final servlet in a filter chain.
|
| RedirectRule | |
| RemoteAddrCondition | |
| RemoteUserCondition |
A rewrite condition that passes if the client has been authenticated
and the remote user has the specified name, as determined by
HttpServletRequest.getRemoteUser(). |
| RewriteDispatch |
Configuration for a rewrite-dispatch
|
| RewriteELContext | |
| RewriteRule | |
| SecureCondition |
A rewrite condition that passes if the request is secure,
as determined by
ServletRequest.isSecure(). |
| ServerNameCondition |
A rewrite condition that passes if the value of
ServletRequest.getServerName() matches a regexp. |
| ServerPortCondition |
A rewrite condition that passes if the value of
ServletRequest.getServerPort() matches a regexp. |
| SetFilterChain | |
| SetHeaderFilterChain | |
| SetRequestCharacterEncodingFilterChain | |
| SetRequestSecureFilterChain | |
| SetRequestSecureFilterChain.SecureServletRequestWrapper | |
| SetRule | |
| UserInRoleCondition |
A rewrite condition that passes if the client has been authenticated
and the user is in the specified role, as determined by
HttpServletRequest.isUserInRole(String) |