rewrite-config-servlet 2.0.0.Alpha6

Package org.ocpsoft.rewrite.servlet.config

Class Summary
DispatchType Responsible for asserting on the HttpServletRequest#getDispatcherType() property.
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.
Hostname A Condition that inspects the value of ServletRequest.getServerName()
JAASRoles Implementation of Condition that checks the subject's roles using HttpServletRequest.isUserInRole(String)
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 org.ocpsoft.rewrite.servlet.http.event.HttpServletRewrite#getRequestPath()
Query A Condition that inspects the value of org.ocpsoft.rewrite.servlet.http.event.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()
RequestParameter.AllRequestParameters  
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
Scheme A Condition that inspects the value of ServletRequest.getScheme()
SendStatus Responsible for sending status codes via HttpServletResponse.setStatus(int) and ServletResponse.flushBuffer()
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.
URL A Condition that inspects the value of org.ocpsoft.rewrite.servlet.http.event.HttpServletRewrite#getRequestPath()
UserAgent A Condition that inspects the value of ServletRequest.getScheme()
 


rewrite-config-servlet 2.0.0.Alpha6

Copyright © 2013 OCPsoft. All Rights Reserved.