org.springframework.web.util
Interface UriComponents.PathComponent
- All Known Implementing Classes:
- UriComponents.FullPathComponent, UriComponents.PathComponentComposite, UriComponents.PathSegmentComponent
- Enclosing class:
- UriComponents
static interface UriComponents.PathComponent
Defines the contract for path (segments).
getPath
java.lang.String getPath()
getPathSegments
java.util.List<java.lang.String> getPathSegments()
encode
UriComponents.PathComponent encode(java.lang.String encoding)
throws java.io.UnsupportedEncodingException
- Throws:
java.io.UnsupportedEncodingException
verify
void verify()
expand
UriComponents.PathComponent expand(UriComponents.UriTemplateVariables uriVariables)