程序包 | 说明 |
---|---|
org.tuckey.web.filters.urlrewrite | |
org.tuckey.web.filters.urlrewrite.substitution | |
org.tuckey.web.filters.urlrewrite.utils |
类和说明 |
---|
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.
|
类和说明 |
---|
ConditionMatch |
类和说明 |
---|
Conf
Configuration object for urlrewrite filter.
|