Package org.tuckey.web.filters.urlrewrite

Interface Summary
RewrittenUrl Holds information about the rewirtten url.
Rule  
Runnable Inteface for something that contains Run's, so we can initialise cleanly.
 

Class Summary
BackReferenceReplacer  
CatchElem An item that will allow exceptions during "run" invocation to be caught.
ClassRule  
Condition Conditions must be met when the filter is processing a url.
ConditionMatch  
Conf Configuration object for urlrewrite filter.
ConfHandler Handles DTD lookup and error handling for XML Conf parsing.
NormalRewrittenUrl Holds information about the rewirtten url.
NormalRule Defines a rule that can be run against an incoming request.
OutboundRule Defines an outbound rule that can be run against a link in a page.
RewrittenOutboundUrl Holds information about the rewritten outbound url.
RuleBase Defines a rule that can be run against an incoming request.
RuleExecutionOutput  
Run Defines a run element, the ability to run a methodStr (eg, xx(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse))
RunConfig Defines a the config that will be passed to the run object on startup.
SetAttribute  
Status Outputs information about urlrewritefilter.
TypeConverter Assists with the setting of variable type names for condition types and rule to variables.
UrlRewriteDocTask Used for javadoc style output of conf file.
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.
UrlRewriteServlet Servlet for use if you cannot load filters in your environment for some strange reason.
UrlRewriteWrappedRequest  
UrlRewriteWrappedResponse Handles wrapping the response so we can encode the url's on the way "out" (ie, in JSP or servlet generation).
VariableReplacer Helper class for variable replacement.