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: 91b65bec16b5c477197a143ab986562f7734abdd $

Method Summary
 org.xwiki.rendering.syntax.Syntax getDefaultDocumentSyntax()
           
 

Method Detail

getDefaultDocumentSyntax

org.xwiki.rendering.syntax.Syntax getDefaultDocumentSyntax()
Returns:
the default syntax to use for new documents
Since:
2.3M1


Copyright © 2004–2014 XWiki. All rights reserved.