public abstract class UrlRewriteRulesDescriptorFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static UrlRewriteRulesDescriptor |
create() |
static UrlRewriteRulesDescriptor |
load(String format,
Reader reader) |
static void |
store(UrlRewriteRulesDescriptor descriptor,
String format,
Writer writer) |
public static UrlRewriteRulesDescriptor create()
public static UrlRewriteRulesDescriptor load(String format, Reader reader) throws IOException
IOExceptionpublic static void store(UrlRewriteRulesDescriptor descriptor, String format, Writer writer) throws IOException
IOExceptionCopyright © 2015 Apache Software Foundation. All rights reserved.