| Modifier and Type | Method and Description |
|---|---|
static UrlRewriteRulesDescriptor |
UrlRewriteRulesDescriptorFactory.create() |
UrlRewriteRulesDescriptor |
UrlRewriter.getConfig() |
UrlRewriteRulesDescriptor |
UrlRewriteProcessor.getConfig() |
static UrlRewriteRulesDescriptor |
UrlRewriteRulesDescriptorFactory.load(String format,
Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
UrlRewriteRulesDescriptor.addRules(UrlRewriteRulesDescriptor rules) |
void |
UrlRewriteProcessor.initialize(UrlRewriteEnvironment environment,
UrlRewriteRulesDescriptor descriptor) |
static void |
UrlRewriteRulesDescriptorFactory.store(UrlRewriteRulesDescriptor descriptor,
String format,
Writer writer) |
| Modifier and Type | Class and Description |
|---|---|
class |
UrlRewriteRulesDescriptorImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
UrlRewriteRulesDescriptorImpl.addRules(UrlRewriteRulesDescriptor rules) |
static UrlRewriteFilterContentDescriptor |
UrlRewriteUtil.getRewriteFilterConfig(UrlRewriteRulesDescriptor config,
String filterName,
MimeType mimeType) |
| Modifier and Type | Method and Description |
|---|---|
UrlRewriteRulesDescriptor |
XmlUrlRewriteRulesImporter.load(Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlUrlRewriteRulesExporter.store(UrlRewriteRulesDescriptor descriptor,
Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
UrlRewriteRulesDescriptor |
UrlRewriteRulesImporter.load(Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
UrlRewriteRulesExporter.store(UrlRewriteRulesDescriptor rules,
Writer writer) |
Copyright © 2015 Apache Software Foundation. All rights reserved.