Uses of Interface
info.magnolia.link.LinkTransformer

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
          Deprecated. 
protected  LinkTransformer EditorLinkTransformer.linkTransformer
          Deprecated. 
 

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.
 



Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.