| Package | Description |
|---|---|
| org.ocpsoft.rewrite.servlet.config |
| Class and Description |
|---|
| DispatchType
A
Condition that inspects the value of HttpServletRequest#getDispatcherType(). |
| Domain
A
Condition that inspects the value of ServletRequest.getServerName() |
| EncodeQuery
An
Operation that encodes any or many Address query-parameters into a single parameter using the
given ChecksumStrategy and EncodingStrategy. |
| Forward
An
Operation that forwards an inbound request to a configured internal resource Address via
InboundServletRewrite.forward(String) |
| Header
A
Condition responsible for asserting on specified values of HttpServletRequest.getHeader(String). |
| JAASRoles
A
Condition that checks the current session roles using HttpServletRequest.isUserInRole(String) |
| Method
A
Condition responsible for asserting on the HttpServletRequest.getMethod() property. |
| Path
A
Condition that inspects the value of HttpServletRewrite#getRequestPath() |
| PathAndQuery
A
Condition that inspects the value of HttpServletRewrite.getAddress() path and query string. |
| Query
A
Condition that inspects the value of HttpServletRewrite#getRequestQueryString() |
| Redirect
An
Operation that performs redirects via HttpInboundServletRewrite.redirectPermanent(String) and
HttpInboundServletRewrite.redirectTemporary(String) |
| Request
Responsible for performing actions on the current
HttpServletRequest |
| RequestParameter
A
Condition that inspects values returned by ServletRequest.getParameterMap() |
| Resource
A
Condition responsible for determining existence of resources within the
ServletContext.getResourcePaths(String) of the servlet container. |
| Scheme
A
Condition that inspects the value of ServletRequest.getScheme() |
| SendStatus
An
Operation responsible for sending status codes via HttpServletResponse.setStatus(int) and
ServletResponse.flushBuffer() |
| ServerPort
A
Condition responsible for asserting on the ServletRequest.getServerPort() |
| ServletMapping
A
Condition responsible for comparing the current Address to Servlet Mappings defined in the current
ServletContext. |
| Stream
An
Operation responsible for streaming a File on the host file-system to the
ServletResponse.getOutputStream(). |
| Substitute |
| URL |
| UserAgent
A
Condition that inspects the value of HttpServletRequest.getHeader(String) "User-Agent" |
Copyright © 2014 OCPsoft. All Rights Reserved.