Interface WikiConfiguration


  • @Role
    public interface WikiConfiguration
    Configuration options for the Wiki module.
    Since:
    5.4.4
    Version:
    $Id: 2fdc84943423ea4481604db53076dddf3341ee66 $
    • 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.
      • shouldCreateDatabase

        @Unstable
        default boolean shouldCreateDatabase()
        Returns:
        if XWiki should create the database (and/or schema/user depending on the DB) for the new wiki or not. Default is true.
        Since:
        14.9RC1