public interface PathProxyAwareAbsolutePortalURLBuilder<T>
com.liferay.portal.util.PropsValues#PORTAL_PROXY_PATH
) to the URL.
By default, the proxy path is always used. However, there are scenarios where the developer may need to strip it from the generated URL (e.ge. when retrieving the internal URL of a resource).
Modifier and Type | Method and Description |
---|---|
T |
ignorePathProxy()
Returns a version of this URL builder that ignores the proxy path part.
|
T ignorePathProxy()