Class MatchUrl
- java.lang.Object
-
- cn.boboweike.carrot.dashboard.server.http.url.MatchUrl
-
public class MatchUrl extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUrl()booleanmatches(String matchUrl)RequestUrltoRequestUrl(String matchUrl)
-
-
-
Constructor Detail
-
MatchUrl
public MatchUrl(String url)
-
-
Method Detail
-
getUrl
public String getUrl()
-
matches
public boolean matches(String matchUrl)
-
toRequestUrl
public RequestUrl toRequestUrl(String matchUrl)
-
-