info.magnolia.cms.link
Class UUIDLink

java.lang.Object
  extended by info.magnolia.cms.link.UUIDLink

Deprecated. since 4.0 use Link instead

public class UUIDLink
extends Object

Deprecated.


Field Summary
protected static Pattern LINK_PATTERN
          Deprecated.  
static Pattern UUID_PATTERN
          Deprecated. Pattern to find a magnolia formatted link.
 
Constructor Summary
UUIDLink()
          Deprecated. Use parseUUIDLink() or parseLink() to initialize the link object.
 
Method Summary
 String getAnchor()
          Deprecated.  
 String getExtension()
          Deprecated.  
 String getFallbackHandle()
          Deprecated.  
 String getFileName()
          Deprecated.  
 String getHandle()
          Deprecated.  
 Content getNode()
          Deprecated.  
 NodeData getNodeData()
          Deprecated.  
 String getNodeDataName()
          Deprecated.  
 String getParameters()
          Deprecated.  
 String getRepository()
          Deprecated.  
 String getUUID()
          Deprecated.  
protected  void init(String repository, String path, String extension, String anchor, String parameters)
          Deprecated.  
 UUIDLink initWithHandle(String repository, String handle)
          Deprecated.  
 UUIDLink parseLink(String link)
          Deprecated.  
 UUIDLink parseUUIDLink(String uuidLink)
          Deprecated.  
 void setAnchor(String anchor)
          Deprecated.  
 void setExtension(String extension)
          Deprecated.  
 void setFallbackHandle(String fallbackPath)
          Deprecated.  
 void setFileName(String fileName)
          Deprecated.  
 void setHandle(String path)
          Deprecated.  
 void setNode(Content node)
          Deprecated.  
 void setNodeData(NodeData nodeData)
          Deprecated.  
 void setNodeDataName(String nodeDataName)
          Deprecated.  
 void setParameters(String parameters)
          Deprecated.  
 void setRepository(String repository)
          Deprecated.  
 void setUUID(String uuid)
          Deprecated.  
 String toPattern()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UUID_PATTERN

public static Pattern UUID_PATTERN
Deprecated. 
Pattern to find a magnolia formatted link.


LINK_PATTERN

protected static final Pattern LINK_PATTERN
Deprecated. 
Constructor Detail

UUIDLink

public UUIDLink()
Deprecated. 
Use parseUUIDLink() or parseLink() to initialize the link object.

Method Detail

parseUUIDLink

public UUIDLink parseUUIDLink(String uuidLink)
                       throws UUIDLinkException
Deprecated. 
Throws:
UUIDLinkException

parseLink

public UUIDLink parseLink(String link)
                   throws UUIDLinkException
Deprecated. 
Throws:
UUIDLinkException

initWithHandle

public UUIDLink initWithHandle(String repository,
                               String handle)
                        throws UUIDLinkException
Deprecated. 
Throws:
UUIDLinkException

init

protected void init(String repository,
                    String path,
                    String extension,
                    String anchor,
                    String parameters)
             throws UUIDLinkException
Deprecated. 
Throws:
UUIDLinkException

toPattern

public String toPattern()
Deprecated. 

getExtension

public String getExtension()
Deprecated. 

setExtension

public void setExtension(String extension)
Deprecated. 

getFileName

public String getFileName()
Deprecated. 

setFileName

public void setFileName(String fileName)
Deprecated. 

getNode

public Content getNode()
Deprecated. 

setNode

public void setNode(Content node)
Deprecated. 

getNodeData

public NodeData getNodeData()
Deprecated. 

setNodeData

public void setNodeData(NodeData nodeData)
Deprecated. 

getNodeDataName

public String getNodeDataName()
Deprecated. 

setNodeDataName

public void setNodeDataName(String nodeDataName)
Deprecated. 

getHandle

public String getHandle()
Deprecated. 

setHandle

public void setHandle(String path)
Deprecated. 

getRepository

public String getRepository()
Deprecated. 

setRepository

public void setRepository(String repository)
Deprecated. 

getUUID

public String getUUID()
Deprecated. 

setUUID

public void setUUID(String uuid)
Deprecated. 

getFallbackHandle

public String getFallbackHandle()
Deprecated. 

setFallbackHandle

public void setFallbackHandle(String fallbackPath)
Deprecated. 

getAnchor

public String getAnchor()
Deprecated. 

setAnchor

public void setAnchor(String anchor)
Deprecated. 

getParameters

public String getParameters()
Deprecated. 

setParameters

public void setParameters(String parameters)
Deprecated. 


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