Package org.kiwiproject.config
Class UrlRewriteConfiguration.UrlRewriteConfigurationBuilder
java.lang.Object
org.kiwiproject.config.UrlRewriteConfiguration.UrlRewriteConfigurationBuilder
- Enclosing class:
- UrlRewriteConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionbuild()pathPrefix(String pathPrefix) If specified, then URIs/URLs generated byEndpointConfigurationwill include this prefix, e.g.toString()
-
Method Details
-
pathPrefix
If specified, then URIs/URLs generated byEndpointConfigurationwill include this prefix, e.g. given a URLhttps://acme.com/order/12345and a prefix of/my-proxy, the resulting URL ishttps://acme.com/my-proxy/order/12345.- Returns:
this.
-
build
-
toString
-