rewrite-impl-servlet 1.0.0.Final

Package org.ocpsoft.rewrite.servlet.config

Class Summary
DispatchType Responsible for asserting on the ServletRequest.getDispatcherType() property.
Domain A Condition that inspects the value of ServletRequest.getServerName()
EncodeQuery Encodes any or many query-parameters into a single parameter using the given ChecksumStrategy and EncodingStrategy.
Forward An Operation that performs forwards via InboundServletRewrite.forward(String)
Header Responsible for asserting on HttpServletRequest.getHeader(String) values.
Lifecycle Responsible for controlling the Rewrite life-cycle itself.
Method Responsible for asserting on the HttpServletRequest.getMethod() property.
Path A Condition that inspects the value of HttpServletRewrite.getRequestPath()
QueryString A Condition that inspects the value of HttpServletRewrite.getRequestQueryString()
Redirect An Operation that performs redirects via HttpInboundServletRewrite.redirectPermanent(String) and HttpInboundServletRewrite.redirectTemporary(String)
RequestParameter A Condition that inspects values returned by ServletRequest.getParameterMap()
Resource A Condition responsible for determining existence of resources within the web root of the servlet container.
Response Responsible for adding various properties such as headers and cookies to the HttpServletResponse
SendStatus Responsible for sending status codes via HttpServletResponse.setStatus(int) and ServletResponse.flushBuffer()
SendStatus.SendError  
ServerPort Responsible for asserting on the ServletRequest.getServerPort()
ServletMapping A Condition responsible for comparing URLs to Servlet Mappings.
Substitute Responsible for substituting inbound/outbound URLs with a replacement.
 


rewrite-impl-servlet 1.0.0.Final

Copyright © 2012 OCPsoft. All Rights Reserved.