接口 | 说明 |
---|---|
RewrittenUrl |
Holds information about the rewirtten url.
|
Rule | |
Runnable |
Inteface for something that contains Run's, so we can initialise cleanly.
|
类 | 说明 |
---|---|
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.
20040304 - Thanks to Scott Askew for help with concurrency issue with Perl5Compiler and Perl5Matcher.
|
OutboundRule |
Defines an outbound rule that can be run against a link in a page.
|
RequestProxy |
This class is responsible for a proxy http request.
|
RewrittenOutboundUrl |
Holds information about the rewritten outbound url.
|
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))
|
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 |
Handles wrapping the request if necessary.
|
UrlRewriteWrappedResponse |
Handles wrapping the response so we can encode the url's on the way "out" (ie, in JSP or servlet generation).
|