@Component public class TransformationUriAcquirer extends Object
Constructor and Description |
---|
TransformationUriAcquirer() |
Modifier and Type | Method and Description |
---|---|
String |
getUndecodedPathInfo(String undecodedQueryString,
String undecodedRequestUri,
String decodedPathInfo,
String undecodedContextPath,
String decodedServletPath)
This method returns the exact browser URL characters (including request parameters) that follow the
servlet path.
|
public String getUndecodedPathInfo(String undecodedQueryString, String undecodedRequestUri, String decodedPathInfo, String undecodedContextPath, String decodedServletPath)
undecodedQueryString
- the request parameters in the request (e.g. "a=1&b=2").undecodedRequestUri
- the undecoded request uri (e.g.
"app/t/scale/200x200/localhost:9090/img/%25D1%258B%2521%25E2%2584%2596%253B%2525%253D.png"decodedPathInfo
- the decodedPathInfo (e.g.
"/scale/200x200/localhost:9090/img/%D1%8B%21%E2%84%96%3B%25%3D.png")undecodedContextPath
- the context path (e.g. "/app")decodedServletPath
- the servlet path (e.g. "/t");Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries