-
public final class HrefNormalizerKt
-
-
Method Summary
Modifier and Type Method Description final static ManifestnormalizeHrefsToSelf(Manifest $self)Returns a copy of the receiver after normalizing its HREFs to the link with rel="self".final static ManifestnormalizeHrefsToBase(Manifest $self, Url baseUrl)Returns a copy of the receiver after normalizing its HREFs to the given baseUrl. final static LinknormalizeHrefsToBase(Link $self, Url baseUrl)Returns a copy of the receiver after normalizing its HREFs to the given baseUrl. -
-
Method Detail
-
normalizeHrefsToSelf
final static Manifest normalizeHrefsToSelf(Manifest $self)
Returns a copy of the receiver after normalizing its HREFs to the link with
rel="self".
-
normalizeHrefsToBase
final static Manifest normalizeHrefsToBase(Manifest $self, Url baseUrl)
Returns a copy of the receiver after normalizing its HREFs to the given baseUrl.
-
normalizeHrefsToBase
final static Link normalizeHrefsToBase(Link $self, Url baseUrl)
Returns a copy of the receiver after normalizing its HREFs to the given baseUrl.
-
-
-
-