org.xwiki.rendering.transformation.macro
Interface MacroTransformationConfiguration


@ComponentRole
public interface MacroTransformationConfiguration

Configuration properties for the Macro Transformation 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 "rendering.transformation.macro." followed by the property name. For example: rendering.transformation.macro.categories = toc:my Category

Since:
2.6RC1
Version:
$Id$

Method Summary
 Properties getCategories()
           
 

Method Detail

getCategories

Properties getCategories()
Returns:
the category names to use for the macros. These are the categories under which they'll be listed in UIs for example. If a category for a macro is null then the category defined in the macro descriptor (ie defined by the macro author) will be used


Copyright © 2004-2011 XWiki. All Rights Reserved.