| Class | Description |
|---|---|
| DispatchType |
A
Condition that inspects the value of ServletRequest.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) |
| Lifecycle | |
| 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. |
| Response |
Responsible for manipulating properties such as headers, cookies,
ResponseContentInterceptor and
ResponseStreamWrapper instances to the current HttpServletResponse |
| 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. |
| Session |
Responsible for performing actions on the current
HttpSession |
| Stream |
An
Operation responsible for streaming a File on the host file-system to the
ServletResponse.getOutputStream(). |
| Substitute |
An
Operation responsible for substituting an inbound or outbound Address with a replacement. |
| URL |
A
Condition that inspects the entire value of the current Address. |
| UserAgent |
A
Condition that inspects the value of HttpServletRequest.getHeader(String) "User-Agent" |
| UserAgentUtil |
The DetectSmartPhone class encapsulates information about a browser's connection to your web site.
|
Copyright © 2023 OCPsoft. All rights reserved.