public static class RewriteInterceptor.Mapping extends Object
| Constructor and Description |
|---|
Mapping() |
Mapping(String from,
String to,
String do_) |
| Modifier and Type | Method and Description |
|---|---|
RewriteInterceptor.Type |
getDo() |
String |
getFrom() |
String |
getTo() |
boolean |
matches(String uri) |
void |
setDo(RewriteInterceptor.Type do_) |
void |
setFrom(String from) |
void |
setTo(String to) |
public boolean matches(String uri)
public String getFrom()
public void setFrom(String from)
public String getTo()
public void setTo(String to)
public RewriteInterceptor.Type getDo()
public void setDo(RewriteInterceptor.Type do_)
Copyright © 2021. All Rights Reserved.