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).


Method Summary
 UriComponents.PathComponent encode(java.lang.String encoding)
           
 UriComponents.PathComponent expand(UriComponents.UriTemplateVariables uriVariables)
           
 java.lang.String getPath()
           
 java.util.List<java.lang.String> getPathSegments()
           
 void verify()
           
 

Method Detail

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)