info.magnolia.cms.link
Interface LinkResolver

All Known Implementing Classes:
LinkResolverImpl

Deprecated. since 4.0 use LinkHelper instead

public interface LinkResolver

Deprecated. Used to transform links

The internal links are for example used in the fck editor.
website:/home.html

The uuid pattern stores all the needed information like repository, uuid, path, filename (for binaries), ...

The absolute links are the links used for the request including all transformations like adding context, i18n content support, repository to uri mapping, ...


Nested Class Summary
static class LinkResolver.Factory
          Deprecated. since 4.0
 
Method Summary
 String convertToAbsoluteLinks(String str, boolean addContextPath)
          Deprecated.  
 String convertToBrowserLinks(String str, String currentPath)
          Deprecated. This method is used to create the public links.
 String convertToEditorLinks(String str)
          Deprecated.  
 String convertToExternalLinks(String str)
          Deprecated. Used to render links usable from external (like sending an email, etc.).
 String convertToRelativeLinks(String str, String currentPath)
          Deprecated.  
 String parseLinks(String str)
          Deprecated. Parses the internal links (used mainly by the fckeditor) and creates the uuid pattern instead.
 

Method Detail

convertToRelativeLinks

String convertToRelativeLinks(String str,
                              String currentPath)
Deprecated. 

convertToEditorLinks

String convertToEditorLinks(String str)
Deprecated. 

convertToBrowserLinks

String convertToBrowserLinks(String str,
                             String currentPath)
Deprecated. 
This method is used to create the public links. So it is used by the cms:out tag for example.


convertToAbsoluteLinks

String convertToAbsoluteLinks(String str,
                              boolean addContextPath)
Deprecated. 

convertToExternalLinks

String convertToExternalLinks(String str)
Deprecated. 
Used to render links usable from external (like sending an email, etc.).


parseLinks

String parseLinks(String str)
Deprecated. 
Parses the internal links (used mainly by the fckeditor) and creates the uuid pattern instead.



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