Package org.xwiki.wiki.configuration
Interface WikiConfiguration
-
@Role public interface WikiConfiguration
Configuration options for the Wiki module.- Since:
- 5.4.4
- Version:
- $Id: c31cbe99b81be10a922a42e14f165b62b66bd7db $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAliasSuffix()
-
-
-
Method Detail
-
getAliasSuffix
String getAliasSuffix()
- Returns:
- the suggested suffix to append to the alias of a new wiki, in the wiki creation wizard, when path mode is used.
-
-