Package org.xwiki.rendering.macro.code
Class CodeMacroLayout.Constants
- java.lang.Object
-
- org.xwiki.rendering.macro.code.CodeMacroLayout.Constants
-
- Enclosing class:
- CodeMacroLayout
public static class CodeMacroLayout.Constants extends Object
Convenience class holding hint values forCodeLayoutHandler
components. Links the outer enum class to the components classes as it is not possible to reference enums in annotations (and avoids using plain strings).- Version:
- $Id: ce093ed14488c62178150ce431e8925f3c986323 $
-
-
Field Summary
Fields Modifier and Type Field Description static String
LINENUMBERS_HINT
static String
PLAIN_HINT
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
PLAIN_HINT
public static final String PLAIN_HINT
- See Also:
CodeMacroLayout.PLAIN
, Constant Field Values
-
LINENUMBERS_HINT
public static final String LINENUMBERS_HINT
- See Also:
CodeMacroLayout.LINENUMBERS
, Constant Field Values
-
-