| Package | Description |
|---|---|
| org.beangle.commons.web.url |
| Modifier and Type | Method and Description |
|---|---|
UrlBuilder |
UrlBuilder.contextPath(String contextPath)
ContextPath should start with / but not ended with /
|
UrlBuilder |
UrlBuilder.pathInfo(String pathInfo) |
UrlBuilder |
UrlBuilder.port(int port) |
UrlBuilder |
UrlBuilder.queryString(String queryString) |
UrlBuilder |
UrlBuilder.requestURI(String requestURI)
Set requestURI ,it should start with /
|
UrlBuilder |
UrlBuilder.scheme(String scheme) |
UrlBuilder |
UrlBuilder.serverName(String serverName) |
UrlBuilder |
UrlBuilder.servletPath(String servletPath)
Set servletPath ,start with /
|
Copyright © 2005–2018 The Beangle Software. All rights reserved.