Uses of Class
org.tuckey.web.filters.urlrewrite.RuleChain

Packages that use RuleChain
org.tuckey.web.filters.urlrewrite   
 

Uses of RuleChain in org.tuckey.web.filters.urlrewrite
 

Methods in org.tuckey.web.filters.urlrewrite with parameters of type RuleChain
 RewrittenUrl Rule.matches(java.lang.String url, javax.servlet.http.HttpServletRequest hsRequest, javax.servlet.http.HttpServletResponse hsResponse, RuleChain chain)
          Will run the rule against the uri and perform action required will return false is not matched otherwise true.
 RewrittenUrl NormalRule.matches(java.lang.String url, javax.servlet.http.HttpServletRequest hsRequest, javax.servlet.http.HttpServletResponse hsResponse, RuleChain chain)
          Will run the rule against the uri and perform action required will return false is not matched otherwise true.
 RewrittenUrl ClassRule.matches(java.lang.String url, javax.servlet.http.HttpServletRequest hsRequest, javax.servlet.http.HttpServletResponse hsResponse, RuleChain chain)
           
protected  RuleExecutionOutput RuleBase.matchesBase(java.lang.String url, javax.servlet.http.HttpServletRequest hsRequest, javax.servlet.http.HttpServletResponse hsResponse, RuleChain chain)
          Will run the rule against the uri and perform action required will return false is not matched otherwise true.