|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.web.util.UriComponentsBuilder.FullPathComponentBuilder
private static class UriComponentsBuilder.FullPathComponentBuilder
Represents a builder for full string paths.
Field Summary | |
---|---|
private java.lang.StringBuilder |
path
|
Constructor Summary | |
---|---|
private |
UriComponentsBuilder.FullPathComponentBuilder(java.lang.String path)
|
Method Summary | |
---|---|
UriComponentsBuilder.PathComponentBuilder |
appendPath(java.lang.String path)
|
UriComponentsBuilder.PathComponentBuilder |
appendPathSegments(java.lang.String... pathSegments)
|
UriComponents.PathComponent |
build()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final java.lang.StringBuilder path
Constructor Detail |
---|
private UriComponentsBuilder.FullPathComponentBuilder(java.lang.String path)
Method Detail |
---|
public UriComponents.PathComponent build()
build
in interface UriComponentsBuilder.PathComponentBuilder
public UriComponentsBuilder.PathComponentBuilder appendPath(java.lang.String path)
appendPath
in interface UriComponentsBuilder.PathComponentBuilder
public UriComponentsBuilder.PathComponentBuilder appendPathSegments(java.lang.String... pathSegments)
appendPathSegments
in interface UriComponentsBuilder.PathComponentBuilder
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |