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

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

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

Methods in org.tuckey.web.filters.urlrewrite that return ConditionMatch
 ConditionMatch Condition.getConditionMatch(javax.servlet.http.HttpServletRequest hsRequest)
          Will check and see if the condition matches the request.
 

Methods in org.tuckey.web.filters.urlrewrite with parameters of type ConditionMatch
 void SetAttribute.execute(ConditionMatch lastConditionMatch, StringMatchingMatcher toMatcher, javax.servlet.http.HttpServletRequest hsRequest, javax.servlet.http.HttpServletResponse hsResponse)
           
 RewriteMatch Run.execute(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, StringMatchingMatcher matcher, ConditionMatch conditionMatch, javax.servlet.FilterChain chain)
           
static java.lang.String BackReferenceReplacer.replace(ConditionMatch lastConditionMatch, java.lang.String subjectOfReplacement)