|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Link | |
---|---|
info.magnolia.cms.beans.config | |
info.magnolia.link |
Uses of Link in info.magnolia.cms.beans.config |
---|
Methods in info.magnolia.cms.beans.config with parameters of type Link | |
---|---|
String |
URI2RepositoryMapping.getURI(Link uuidLink)
|
String |
URI2RepositoryManager.getURI(Link uuidLink)
|
Uses of Link in info.magnolia.link |
---|
Methods in info.magnolia.link that return Link | |
---|---|
static Link |
LinkFactory.createLink(Content node)
Creates new link from the content node. |
static Link |
LinkFactory.createLink(NodeData nodeData)
Creates new link from the node data. |
static Link |
LinkFactory.createLink(String repository,
String uuid)
Creates link to the content denoted by repository and uuid. |
static Link |
LinkFactory.createLink(String repository,
String path,
String extension,
String anchor,
String parameters)
Creates link to the content identified by the repository and path. |
static Link |
LinkFactory.createLink(String uuid,
String repository,
String fallbackHandle,
String nodeDataName,
String extension,
String anchor,
String parameters)
Creates link based on provided parameters. |
static Link |
LinkFactory.parseLink(String link)
Parses provided URI to the link. |
static Link |
LinkFactory.parseUUIDLink(String uuidLink)
Parses UUID link pattern string and converts it into a Link object. |
Methods in info.magnolia.link with parameters of type Link | |
---|---|
String |
AbsolutePathTransformer.getURISuffix(Link uuidLink)
Gets reminder of the URI after the path (i.e. |
static String |
LinkFactory.toPattern(Link link)
Converts provided Link to an UUID link pattern. |
String |
RelativePathTransformer.transform(Link target)
|
String |
LinkTransformer.transform(Link link)
Transforms Link into desired output. |
String |
EditorLinkTransformer.transform(Link uuidLink)
|
String |
AbsolutePathTransformer.transform(Link uuidLink)
Transforms Link into desired output. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |