rewrite-impl-servlet 1.0.4.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.
IDomain
           
IDomain.DomainParameter
           
IDomain.IDomainParameter
           
IForward
           
IForward.ForwardParameter
           
IForward.IForwardParameter
           
IHeader
           
IHeader.HeaderParameter
           
IHeader.IHeaderParameter
           
IPath
           
IPath.IPathParameter
           
IPath.PathParameter
           
IRedirect
           
IRedirect.IRedirectParameter
           
IRedirect.RedirectParameter
           
IRequestParameter
           
IRequestParameter.IRequestParameterParameter
           
IRequestParameter.RequestParameterParameter
           
IResource
           
IResource.IResourceParameter
           
IResource.ResourceParameter
           
IScheme
           
IScheme.ISchemeParameter
           
IScheme.SchemeParameter
           
IServletMapping
           
IServletMapping.IServletMappingParameter
           
IServletMapping.ServletMappingParameter
           
ISubstitute
           
ISubstitute.ISubstituteParameter
           
ISubstitute.SubstituteParameter
           
IURL
           
IURL.IURLParameter
           
IURL.URLParameter
           
IUserAgent
           
IUserAgent.IUserAgentParameter
           
IUserAgent.UserAgentParameter
           
Method
          Responsible for asserting on the HttpServletRequest.getMethod() property.
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.
URL
          A Condition that inspects the value of HttpServletRewrite.getRequestPath()
UserAgent
          A Condition that inspects the value of ServletRequest.getScheme()
 


rewrite-impl-servlet 1.0.4.Final

Copyright © 2012 OCPsoft. All Rights Reserved.