public class UrlRewriteFilterSelectorDescriptorBase<T> extends Object implements UrlRewriteFilterPathDescriptor<T>
UrlRewriteFilterPathDescriptor.Compiler<C>| Constructor and Description |
|---|
UrlRewriteFilterSelectorDescriptorBase() |
| Modifier and Type | Method and Description |
|---|---|
<C> C |
compiledPath() |
T |
compiledPath(Object compiledPath) |
<C> C |
compiledPath(UrlRewriteFilterPathDescriptor.Compiler<C> compiler) |
String |
getPath() |
String |
path() |
T |
path(String path) |
void |
setPath(String path) |
public UrlRewriteFilterSelectorDescriptorBase()
public String path()
path in interface UrlRewriteFilterPathDescriptor<T>public T path(String path)
path in interface UrlRewriteFilterPathDescriptor<T>public void setPath(String path)
public String getPath()
public <C> C compiledPath()
compiledPath in interface UrlRewriteFilterPathDescriptor<T>public T compiledPath(Object compiledPath)
compiledPath in interface UrlRewriteFilterPathDescriptor<T>public <C> C compiledPath(UrlRewriteFilterPathDescriptor.Compiler<C> compiler)
compiledPath in interface UrlRewriteFilterPathDescriptor<T>Copyright © 2015 Apache Software Foundation. All rights reserved.