Makes the URL absolute and ensures that the protocol of the request is used
or http in a mail context.
Note: This method is not applicable for static content or image transformation
URLs. In this case a runtime exception is thrown.
Updates the URL with the specified host name
Note: This method is not applicable for static content or image transformation
URLs. In this case a runtime exception is thrown.
Parameters:
host - The host name that is used to update the URL.
Makes the URL absolute and ensures that the protocol http is used.
Note: This method is not applicable for static content or image transformation
URLs. In this case a runtime exception is thrown.
Makes the URL absolute and ensures that the protocol https is used.
Note: This method is not applicable for static content or image transformation
URLs. In this case a runtime exception is thrown.
Makes the URL relative.
Note: This method is not applicable for static content or image transformation
URLs. In this case a runtime exception is thrown.
Updates the URL with the site host name
Note: This method is not applicable for static content or image transformation
URLs. In this case a runtime exception is thrown.