|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkTransformer | |
---|---|
info.magnolia.link |
Uses of LinkTransformer in info.magnolia.link |
---|
Classes in info.magnolia.link that implement LinkTransformer | |
---|---|
class |
AbsolutePathTransformer
Creates links with the absolute path. |
class |
CompleteUrlPathTransformer
Constructs URLs by prefixing the path with Server.getDefaultBaseUrl() . |
class |
EditorLinkTransformer
Modifies links to the format suitable for the Editor. |
class |
RelativePathTransformer
Transformer creating links relative to provided path. |
Fields in info.magnolia.link declared as LinkTransformer | |
---|---|
protected LinkTransformer |
EditorLinkTransformer.binaryTransformer
|
protected LinkTransformer |
EditorLinkTransformer.linkTransformer
|
Methods in info.magnolia.link that return LinkTransformer | |
---|---|
LinkTransformer |
LinkTransformerManager.getBrowserLink(String currentPath)
Creates instance of link transformer that will transform any provided links to either absolute or relative path based on the current server configuration. |
Methods in info.magnolia.link with parameters of type LinkTransformer | |
---|---|
static String |
LinkUtil.convertLinksFromUUIDPattern(String str,
LinkTransformer transformer)
Converts provided html with links in UUID pattern format to any other kind of links based on provided link transformer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |