Uses of Interface
info.magnolia.link.LinkTransformer

Packages that use LinkTransformer
info.magnolia.cms.link   
info.magnolia.cms.util   
info.magnolia.link   
 

Uses of LinkTransformer in info.magnolia.cms.link
 

Subinterfaces of LinkTransformer in info.magnolia.cms.link
 interface PathToLinkTransformer
          Deprecated. since 4.0 use LinkTransformer instead.
 

Uses of LinkTransformer in info.magnolia.cms.util
 

Methods in info.magnolia.cms.util with parameters of type LinkTransformer
static String LinkUtil.convertUUIDsToLinks(String str, LinkTransformer transformer)
          Deprecated. use LinkUtil.convertLinksFromUUIDPattern(String, LinkTransformer) instead
 

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.
 



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