info.magnolia.cms.link
Class LinkResolverImpl

java.lang.Object
  extended by info.magnolia.cms.link.LinkResolverImpl
All Implemented Interfaces:
LinkResolver

Deprecated. since 4.0 use LinkUtil instead

public class LinkResolverImpl
extends Object
implements LinkResolver

Deprecated.


Nested Class Summary
 
Nested classes/interfaces inherited from interface info.magnolia.cms.link.LinkResolver
LinkResolver.Factory
 
Constructor Summary
LinkResolverImpl()
          Deprecated.  
 
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.  
 boolean isAddContextPathToBrowserLinks()
          Deprecated.  
 boolean isMakeBrowserLinksRelative()
          Deprecated.  
 String parseLinks(String str)
          Deprecated. Parses the internal links (used mainly by the fckeditor) and creates the uuid pattern instead.
 void setAddContextPathToBrowserLinks(boolean addContextPathToBrowserLinks)
          Deprecated.  
 void setMakeBrowserLinksRelative(boolean makeBrowserLinksRelative)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkResolverImpl

public LinkResolverImpl()
Deprecated. 
Method Detail

parseLinks

public String parseLinks(String str)
Deprecated. 
Description copied from interface: LinkResolver
Parses the internal links (used mainly by the fckeditor) and creates the uuid pattern instead.

Specified by:
parseLinks in interface LinkResolver

convertToEditorLinks

public String convertToEditorLinks(String str)
Deprecated. 
Specified by:
convertToEditorLinks in interface LinkResolver

convertToBrowserLinks

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

Specified by:
convertToBrowserLinks in interface LinkResolver

convertToAbsoluteLinks

public String convertToAbsoluteLinks(String str,
                                     boolean addContextPath)
Deprecated. 
Specified by:
convertToAbsoluteLinks in interface LinkResolver

convertToRelativeLinks

public String convertToRelativeLinks(String str,
                                     String currentPath)
Deprecated. 
Specified by:
convertToRelativeLinks in interface LinkResolver

convertToExternalLinks

public String convertToExternalLinks(String str)
Deprecated. 
Description copied from interface: LinkResolver
Used to render links usable from external (like sending an email, etc.).

Specified by:
convertToExternalLinks in interface LinkResolver

isAddContextPathToBrowserLinks

public boolean isAddContextPathToBrowserLinks()
Deprecated. 

setAddContextPathToBrowserLinks

public void setAddContextPathToBrowserLinks(boolean addContextPathToBrowserLinks)
Deprecated. 

isMakeBrowserLinksRelative

public boolean isMakeBrowserLinksRelative()
Deprecated. 

setMakeBrowserLinksRelative

public void setMakeBrowserLinksRelative(boolean makeBrowserLinksRelative)
Deprecated. 


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