Package com.xpn.xwiki

Interface CoreConfiguration


  • @Role
    public interface CoreConfiguration
    Configuration properties for the Core module.

    You can override the default values for each of the configuration properties below by defining them in XWiki's global configuration file using a prefix of "core" followed by the property name. For example: core.defaultDocumentSyntax = xwiki/2.0

    Since:
    1.8RC2
    Version:
    $Id: c4465296b8469ca925be4596f9a84592366e77f3 $
    • Method Detail

      • getDefaultDocumentSyntax

        @Deprecated
        org.xwiki.rendering.syntax.Syntax getDefaultDocumentSyntax()
        Deprecated.
        starting with 11.0, use ExtendedRenderingConfiguration.getDefaultContentSyntax()
        Returns:
        the default syntax to use for new documents
        Since:
        2.3M1