Interface | Description |
---|---|
LinkTransformer |
Implementing classes declare the intent of translating Magnolia UUID links to
desired output like absolute, relative or other special kinds of links.
|
Class | Description |
---|---|
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.
|
Exception | Description |
---|---|
LinkException |
Exception thrown when an error during link creation or retrieval.
|
Copyright © 2003–2015 Magnolia International Ltd.. All rights reserved.