Uses of Package
org.tuckey.web.filters.urlrewrite

Packages that use org.tuckey.web.filters.urlrewrite
org.tuckey.web.filters.urlrewrite   
org.tuckey.web.filters.urlrewrite.sample   
org.tuckey.web.filters.urlrewrite.utils   
 

Classes in org.tuckey.web.filters.urlrewrite used by org.tuckey.web.filters.urlrewrite
Condition
          Conditions must be met when the filter is processing a url.
ConditionMatch
           
Conf
          Configuration object for urlrewrite filter.
OutboundRule
          Defines an outbound rule that can be run against a link in a page.
RewrittenOutboundUrl
          Holds information about the rewritten outbound url.
RewrittenUrl
          Holds information about the rewirtten url.
Rule
           
RuleBase
          Defines a rule that can be run against an incoming request.
RuleChain
          Chain of rules.
RuleExecutionOutput
           
Run
          Defines a run element, the ability to run a methodStr (eg, xx(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse))
Runnable
          Inteface for something that contains Run's, so we can initialise cleanly.
SetAttribute
           
TypeConverter
          Assists with the setting of variable type names for condition types and rule to variables.
UrlRewriteFilter
          Based on the popular and very useful mod_rewrite for apache, UrlRewriteFilter is a Java Web Filter for any J2EE compliant web application server (such as Resin or Tomcat), which allows you to rewrite URLs before they get to your code.
UrlRewriter
          The main rewriter.
 

Classes in org.tuckey.web.filters.urlrewrite used by org.tuckey.web.filters.urlrewrite.sample
Conf
          Configuration object for urlrewrite filter.
UrlRewriteFilter
          Based on the popular and very useful mod_rewrite for apache, UrlRewriteFilter is a Java Web Filter for any J2EE compliant web application server (such as Resin or Tomcat), which allows you to rewrite URLs before they get to your code.
UrlRewriter
          The main rewriter.
 

Classes in org.tuckey.web.filters.urlrewrite used by org.tuckey.web.filters.urlrewrite.utils
Conf
          Configuration object for urlrewrite filter.