rewrite-config-servlet 2.0.0.Beta3

Package org.ocpsoft.rewrite.servlet.config

Class Summary
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)
Lifecycle An Operation responsible for controlling the Rewrite life-cycle itself.
Method A Condition responsible for asserting on the HttpServletRequest.getMethod() property.
Path A Condition that inspects the value of HttpServletRewrite#getRequestPath()
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.
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"
 


rewrite-config-servlet 2.0.0.Beta3

Copyright © 2013 OCPsoft. All Rights Reserved.