| java.lang.Object | |
| ↳ | com.atlassian.confluence.content.render.xhtml.view.link.ViewSpaceLinkMarshaller |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Marshals the given link to a String.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||
From interface
com.atlassian.confluence.content.render.xhtml.Marshaller
| |||||||||||||
Marshals the given link to a String. If the SpaceResourceIdentifierResolver returns null or the user does not have permission for the space, then the unresolvedLinkMarshaller will be used to marshal a result.
| link | The link to marshal to a String |
|---|---|
| conversionContext | the conversion context |
| XhtmlException |
|---|

