rewrite-impl-servlet 1.0.4.Final

Package org.ocpsoft.rewrite.servlet.config

Interface Summary
IDomain  
IDomain.IDomainParameter  
IForward  
IForward.IForwardParameter  
IHeader  
IHeader.IHeaderParameter  
IPath  
IPath.IPathParameter  
IRedirect  
IRedirect.IRedirectParameter  
IRequestParameter  
IRequestParameter.IRequestParameterParameter  
IResource  
IResource.IResourceParameter  
IScheme  
IScheme.ISchemeParameter  
IServletMapping  
IServletMapping.IServletMappingParameter  
ISubstitute  
ISubstitute.ISubstituteParameter  
IURL  
IURL.IURLParameter  
IUserAgent  
IUserAgent.IUserAgentParameter  
 

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.
IDomain.DomainParameter  
IForward.ForwardParameter  
IHeader.HeaderParameter  
IPath.PathParameter  
IRedirect.RedirectParameter  
IRequestParameter.RequestParameterParameter  
IResource.ResourceParameter  
IScheme.SchemeParameter  
IServletMapping.ServletMappingParameter  
ISubstitute.SubstituteParameter  
IURL.URLParameter  
IUserAgent.UserAgentParameter  
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()
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()
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.
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.