Class PortalHrefToAbsoluteXmlAdapter


  • @StableMinor(version="14.0",
                 sinceVersion="8.0")
    public class PortalHrefToAbsoluteXmlAdapter
    extends XmlAdapter<String,​String>
    JAXB XML adapter that marshals a portal relative href to an absolute href.

    The marshalling will only perform the conversion if the value is a valid relative URI.

    The unmarshalling assumes that, if the value is an absolute portal href, it is based on the request's website base URL.

    If during marshal or unmarshal the conversion cannot be done due to the value being an invalid URI or no website base URL cound be identified for the current request, the original value is kept.

    Sample marshal: "path" to "http://localhost:8080/portal/path"
    Sample unmarshal: "http://localhost:8080/portal/path" to "path"

    Since:
    8.0.0
    Version:
    $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $