Class Summary |
AbsolutePathTransformer |
Creates links with the absolute path. |
CompleteUrlPathTransformer |
Constructs URLs by prefixing the path with Server.getDefaultBaseUrl() . |
EditorLinkTransformer |
Deprecated. Since 5.0 use AbsolutePathTransformer directly or register custom editor link transformer. |
I18nPathTransformer |
Creates links with the absolute path and prefixes it with selected locale if this is supported,
falls back to current one otherwise. |
Link |
Representation of the link to a content in Magnolia CMS. |
LinkFactory |
Deprecated. Since 5.0 use LinkUtil. |
LinkTransformerManager |
Single point of access for all Link Transformers. |
LinkUtil |
Utility methods for various operations necessary for link transformations and handling. |
RelativePathTransformer |
Transformer creating links relative to provided path. |