A C E G H L O P S T V 
All Classes All Packages

A

AbstractHighlightParser - Class in org.xwiki.rendering.parser
Base class for a highlight parser.
AbstractHighlightParser() - Constructor for class org.xwiki.rendering.parser.AbstractHighlightParser
 

C

CodeMacroLayout - Enum in org.xwiki.rendering.macro.code
Values allowed in the layout parameter of the code macro.
CodeMacroLayout.Constants - Class in org.xwiki.rendering.macro.code
Convenience class holding hint values for CodeLayoutHandler components.
CodeMacroParameters - Class in org.xwiki.rendering.macro.code
Parameters for the CodeMacro Macro.
CodeMacroParameters() - Constructor for class org.xwiki.rendering.macro.code.CodeMacroParameters
 
CodeMacroSource - Class in org.xwiki.rendering.macro.code.source
A content to use in a code macro.
CodeMacroSource(MacroContentSourceReference, String, String) - Constructor for class org.xwiki.rendering.macro.code.source.CodeMacroSource
 
CodeMacroSourceFactory - Interface in org.xwiki.rendering.macro.code.source
Fetch a content to highlight based on its reference.
Constants() - Constructor for class org.xwiki.rendering.macro.code.CodeMacroLayout.Constants
 

E

equals(Object) - Method in class org.xwiki.rendering.macro.code.source.CodeMacroSource
 

G

getContent() - Method in class org.xwiki.rendering.macro.code.source.CodeMacroSource
 
getContent(MacroContentSourceReference, MacroTransformationContext) - Method in interface org.xwiki.rendering.macro.code.source.CodeMacroSourceFactory
 
getHint() - Method in enum org.xwiki.rendering.macro.code.CodeMacroLayout
 
getLanguage() - Method in class org.xwiki.rendering.macro.code.CodeMacroParameters
 
getLanguage() - Method in class org.xwiki.rendering.macro.code.source.CodeMacroSource
 
getLayout() - Method in class org.xwiki.rendering.macro.code.CodeMacroParameters
 
getReference() - Method in class org.xwiki.rendering.macro.code.source.CodeMacroSource
 
getSource() - Method in class org.xwiki.rendering.macro.code.CodeMacroParameters
 
getSyntaxId() - Method in class org.xwiki.rendering.parser.AbstractHighlightParser
 

H

hashCode() - Method in class org.xwiki.rendering.macro.code.source.CodeMacroSource
 
highlight(String, Reader) - Method in interface org.xwiki.rendering.parser.HighlightParser
Return a highlighted version of the provided content.
HighlightParser - Interface in org.xwiki.rendering.parser
Convert provided source to an highlighted version.

L

LINENUMBERS - org.xwiki.rendering.macro.code.CodeMacroLayout
Display line numbers beside the rendered code.
LINENUMBERS_HINT - Static variable in class org.xwiki.rendering.macro.code.CodeMacroLayout.Constants
 

O

org.xwiki.rendering.macro.code - package org.xwiki.rendering.macro.code
 
org.xwiki.rendering.macro.code.source - package org.xwiki.rendering.macro.code.source
 
org.xwiki.rendering.parser - package org.xwiki.rendering.parser
 

P

parse(Reader) - Method in class org.xwiki.rendering.parser.AbstractHighlightParser
 
PLAIN - org.xwiki.rendering.macro.code.CodeMacroLayout
Output the blocks as rendered by the parser.
PLAIN_HINT - Static variable in class org.xwiki.rendering.macro.code.CodeMacroLayout.Constants
 

S

setLanguage(String) - Method in class org.xwiki.rendering.macro.code.CodeMacroParameters
 
setLayout(CodeMacroLayout) - Method in class org.xwiki.rendering.macro.code.CodeMacroParameters
 
setSource(MacroContentSourceReference) - Method in class org.xwiki.rendering.macro.code.CodeMacroParameters
 
setSyntaxId(String) - Method in class org.xwiki.rendering.parser.AbstractHighlightParser
 

T

toString() - Method in class org.xwiki.rendering.macro.code.source.CodeMacroSource
 

V

valueOf(String) - Static method in enum org.xwiki.rendering.macro.code.CodeMacroLayout
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xwiki.rendering.macro.code.CodeMacroLayout
Returns an array containing the constants of this enum type, in the order they are declared.
A C E G H L O P S T V 
All Classes All Packages