|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.web.util.UriComponentsBuilder.PathComponentCompositeBuilder
private static class UriComponentsBuilder.PathComponentCompositeBuilder
Represents a builder for a collection of PathComponents.
Field Summary | |
---|---|
private java.util.List<UriComponentsBuilder.PathComponentBuilder> |
pathComponentBuilders
|
Constructor Summary | |
---|---|
private |
UriComponentsBuilder.PathComponentCompositeBuilder(UriComponentsBuilder.PathComponentBuilder builder)
|
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.util.List<UriComponentsBuilder.PathComponentBuilder> pathComponentBuilders
Constructor Detail |
---|
private UriComponentsBuilder.PathComponentCompositeBuilder(UriComponentsBuilder.PathComponentBuilder builder)
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 |