rewrite-impl-servlet 1.0.2.Final

Uses of Package
org.ocpsoft.rewrite.servlet.config

Packages that use org.ocpsoft.rewrite.servlet.config
org.ocpsoft.rewrite.servlet.config   
 

Classes in org.ocpsoft.rewrite.servlet.config used by org.ocpsoft.rewrite.servlet.config
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.
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
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.
 


rewrite-impl-servlet 1.0.2.Final

Copyright © 2012 OCPsoft. All Rights Reserved.