public class ShogunCoreContextUtil extends Object
| Constructor and Description |
|---|
ShogunCoreContextUtil() |
| Modifier and Type | Method and Description |
|---|---|
static URI |
getApplicationURIFromRequest(javax.servlet.http.HttpServletRequest request)
Returns the full webapplication URI from a given request.
|
public static final URI getApplicationURIFromRequest(javax.servlet.http.HttpServletRequest request) throws URISyntaxException
Example:
The following GET-request: http://localhost:8080/mapmavin/user/resetPassword.action will result in http://localhost:8080/mapmavin/
request - URISyntaxExceptionCopyright © 2020 terrestris GmbH & Co. KG. All rights reserved.