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