Class UrlParamPathPart
- java.lang.Object
-
- cn.boboweike.carrot.dashboard.server.http.url.UrlParamPathPart
-
- All Implemented Interfaces:
UrlPathPart
public class UrlParamPathPart extends Object implements UrlPathPart
-
-
Constructor Summary
Constructors Constructor Description UrlParamPathPart(String part)
-
-
-
Constructor Detail
-
UrlParamPathPart
public UrlParamPathPart(String part)
-
-
Method Detail
-
matches
public boolean matches(UrlPathPart pathPart)
- Specified by:
matchesin interfaceUrlPathPart
-
part
public String part()
- Specified by:
partin interfaceUrlPathPart
-
-