Package com.xwiki.macros.confluence
Class ConfluenceOutgoingLinksMacroParameters
- java.lang.Object
-
- com.xwiki.macros.confluence.ConfluenceOutgoingLinksMacroParameters
-
@Unstable public class ConfluenceOutgoingLinksMacroParameters extends Object
confluence_outgoing-links parameters.- Since:
- 1.22.0
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description ConfluenceOutgoingLinksMacroParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSpaces()Retrieves the reference to the document from which the excerpt is to be included.voidsetSpaces(String spaces)Set the spaces outgoing-links should restrict l inks to.
-
-
-
Method Detail
-
getSpaces
public String getSpaces()
Retrieves the reference to the document from which the excerpt is to be included.- Returns:
- A
DocumentReferenceobject representing the document reference. - Since:
- 1.14.5
-
setSpaces
public void setSpaces(String spaces)
Set the spaces outgoing-links should restrict l inks to.- Parameters:
spaces- the spaces to set, separated by commas.
-
-