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

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

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

Methods in org.tuckey.web.filters.urlrewrite that return RuleExecutionOutput
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.
 

Methods in org.tuckey.web.filters.urlrewrite with parameters of type RuleExecutionOutput
static RewrittenUrl RuleExecutionOutput.getRewritenUrl(short toType, boolean encodeToUrl, RuleExecutionOutput ruleExecutionOutput)
          Will perform the action defined by the rule ie, redirect or passthrough.
 

Constructors in org.tuckey.web.filters.urlrewrite with parameters of type RuleExecutionOutput
NormalRewrittenUrl(RuleExecutionOutput ruleExecutionOutput)
          Holds information about the rewirtten url.