Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
O
P
R
S
T
U
V
X
A
AbstractFilter
- Class in
org.xwiki.rendering.parser.xwiki10
Base class for filters.
AbstractFilter()
- Constructor for class org.xwiki.rendering.parser.xwiki10.
AbstractFilter
AbstractHTMLElementConverter
- Class in
org.xwiki.rendering.parser.xwiki10.macro
Base class for HTML elements converters.
AbstractHTMLElementConverter()
- Constructor for class org.xwiki.rendering.parser.xwiki10.macro.
AbstractHTMLElementConverter
AbstractHTMLElementConverter(String)
- Constructor for class org.xwiki.rendering.parser.xwiki10.macro.
AbstractHTMLElementConverter
AbstractRadeoxMacroConverter
- Class in
org.xwiki.rendering.parser.xwiki10.macro
Base class for Radeox macros converters.
AbstractRadeoxMacroConverter()
- Constructor for class org.xwiki.rendering.parser.xwiki10.macro.
AbstractRadeoxMacroConverter
AbstractRadeoxMacroConverter(String)
- Constructor for class org.xwiki.rendering.parser.xwiki10.macro.
AbstractRadeoxMacroConverter
AbstractSyntaxFilter
- Class in
org.xwiki.rendering.parser.xwiki10
Convert 1.0 bold syntax into 2.0 bold syntax.
AbstractSyntaxFilter(Pattern, String)
- Constructor for class org.xwiki.rendering.parser.xwiki10.
AbstractSyntaxFilter
AbstractVelocityMacroConverter
- Class in
org.xwiki.rendering.parser.xwiki10.macro
Base class for Velocity macros converters.
AbstractVelocityMacroConverter()
- Constructor for class org.xwiki.rendering.parser.xwiki10.macro.
AbstractVelocityMacroConverter
AbstractVelocityMacroConverter(String)
- Constructor for class org.xwiki.rendering.parser.xwiki10.macro.
AbstractVelocityMacroConverter
addParameter(int, String, String)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroParameters
addParameterName(String)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractVelocityMacroConverter
addProtectedContent(String, boolean)
- Method in class org.xwiki.rendering.parser.xwiki10.
FilterContext
Register a content and return the corresponding identifier to be able the reinsert it after the conversion process.
addProtectedContent(String, String, boolean)
- Method in class org.xwiki.rendering.parser.xwiki10.
FilterContext
appendParameters(StringBuffer, Map<String, String>, HTMLFilter.HTMLFilterContext)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractHTMLElementConverter
appendParameters(StringBuffer, Map<String, String>)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractRadeoxMacroConverter
appendParameters(StringBuffer, Map<String, String>)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractVelocityMacroConverter
C
cleanQuotes(String)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractVelocityMacroConverter
cleanSpacesAndNewLines(String)
- Static method in class org.xwiki.rendering.parser.xwiki10.util.
CleanUtil
Replace all spaces/new line groupes by one space.
CleanUtil
- Class in
org.xwiki.rendering.parser.xwiki10.util
Contains syntax cleaning helpers.
convert(String, Map<String, String>, String, HTMLFilter.HTMLFilterContext)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractHTMLElementConverter
convert(String, RadeoxMacroParameters, String, FilterContext)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractRadeoxMacroConverter
convert(String, List<String>, FilterContext)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractVelocityMacroConverter
convert(String, Map<String, String>, String, HTMLFilter.HTMLFilterContext)
- Method in interface org.xwiki.rendering.parser.xwiki10.macro.
HTMLElementConverter
convert(String, RadeoxMacroParameters, String, FilterContext)
- Method in interface org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroConverter
convert(String, List<String>, FilterContext)
- Method in interface org.xwiki.rendering.parser.xwiki10.macro.
VelocityMacroConverter
convertContent(String, RadeoxMacroParameters, FilterContext)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractRadeoxMacroConverter
convertContent(List<String>, FilterContext)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractVelocityMacroConverter
convertEscape(String)
- Static method in class org.xwiki.rendering.parser.xwiki10.util.
CleanUtil
convertName(String)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractRadeoxMacroConverter
convertName(String)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractVelocityMacroConverter
convertParameter(Map<String, String>, RadeoxMacroParameter)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractRadeoxMacroConverter
convertParameter(Map<String, String>, String, String)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractRadeoxMacroConverter
convertParameter(Map<String, String>, int, String)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractVelocityMacroConverter
convertParameters(RadeoxMacroParameters)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractRadeoxMacroConverter
convertParameters(List<String>)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractVelocityMacroConverter
E
extractVelocity(CharSequence, FilterContext)
- Static method in class org.xwiki.rendering.parser.xwiki10.util.
CleanUtil
extractVelocity(CharSequence, FilterContext, boolean, boolean)
- Static method in class org.xwiki.rendering.parser.xwiki10.util.
CleanUtil
F
filter(String, FilterContext)
- Method in class org.xwiki.rendering.parser.xwiki10.
AbstractSyntaxFilter
Filter
- Interface in
org.xwiki.rendering.parser.xwiki10
Filter provided content into another content.
filter(String, FilterContext)
- Method in interface org.xwiki.rendering.parser.xwiki10.
Filter
FilterContext
- Class in
org.xwiki.rendering.parser.xwiki10
The XWiki 1.0 to 2.0 conversion context.
FilterContext()
- Constructor for class org.xwiki.rendering.parser.xwiki10.
FilterContext
FilterException
- Exception in
org.xwiki.rendering.parser.xwiki10
FilterException(String)
- Constructor for exception org.xwiki.rendering.parser.xwiki10.
FilterException
Construct a new ParseException with the specified detail message.
FilterException(String, Exception)
- Constructor for exception org.xwiki.rendering.parser.xwiki10.
FilterException
Construct a new ParseException with the specified detail message and cause.
FilterException(Exception)
- Constructor for exception org.xwiki.rendering.parser.xwiki10.
FilterException
Constructs a new exception with the specified cause.
FilterException(Exception, String, int)
- Constructor for exception org.xwiki.rendering.parser.xwiki10.
FilterException
Construct a new ParseException with the specified cause, filename and linenumber.
FilterException(Exception, String, String, int)
- Constructor for exception org.xwiki.rendering.parser.xwiki10.
FilterException
Construct a new ParseException with the specified cause, detail message, filename and linenumber.
G
getElementName()
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractHTMLElementConverter
getElementName()
- Method in interface org.xwiki.rendering.parser.xwiki10.macro.
HTMLElementConverter
getFileName()
- Method in exception org.xwiki.rendering.parser.xwiki10.
FilterException
Returns the file that caused the ParseException.
getIndex()
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroParameter
getLineNumber()
- Method in exception org.xwiki.rendering.parser.xwiki10.
FilterException
Returns the line number where the ParseException ocurred.
getName()
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroParameter
getParameterName(int)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractRadeoxMacroConverter
getParameterName(int)
- Method in interface org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroConverter
getParameterType(int)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractRadeoxMacroConverter
getParameterType(int)
- Method in interface org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroConverter
getPriority()
- Method in class org.xwiki.rendering.parser.xwiki10.
AbstractFilter
getPriority()
- Method in interface org.xwiki.rendering.parser.xwiki10.
Filter
getProtectedContent(int)
- Method in class org.xwiki.rendering.parser.xwiki10.
FilterContext
getValue()
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroParameter
H
HTMLElementConverter
- Interface in
org.xwiki.rendering.parser.xwiki10.macro
Convert Html elements to XWiki 2.0 syntax or macro.
I
isInline()
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractHTMLElementConverter
isInline()
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractRadeoxMacroConverter
isInline()
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractVelocityMacroConverter
isInline()
- Method in interface org.xwiki.rendering.parser.xwiki10.macro.
HTMLElementConverter
isInline()
- Method in interface org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroConverter
isInline()
- Method in interface org.xwiki.rendering.parser.xwiki10.macro.
VelocityMacroConverter
O
org.xwiki.rendering.parser.xwiki10
- package org.xwiki.rendering.parser.xwiki10
org.xwiki.rendering.parser.xwiki10.macro
- package org.xwiki.rendering.parser.xwiki10.macro
org.xwiki.rendering.parser.xwiki10.util
- package org.xwiki.rendering.parser.xwiki10.util
P
PARAMETER_NOTEMPTY
- Static variable in interface org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroConverter
PARAMETER_NOTEMPTYNONE
- Static variable in interface org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroConverter
PARAMETER_NOTNONE
- Static variable in interface org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroConverter
PARAMETER_SIMPLE
- Static variable in interface org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroConverter
protectResult()
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractHTMLElementConverter
protectResult()
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractRadeoxMacroConverter
protectResult()
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractVelocityMacroConverter
protectResult()
- Method in interface org.xwiki.rendering.parser.xwiki10.macro.
HTMLElementConverter
protectResult()
- Method in interface org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroConverter
protectResult()
- Method in interface org.xwiki.rendering.parser.xwiki10.macro.
VelocityMacroConverter
R
RadeoxMacroConverter
- Interface in
org.xwiki.rendering.parser.xwiki10.macro
Convert Velocity macro to XWiki 2.0 syntax or macro.
RadeoxMacroParameter
- Class in
org.xwiki.rendering.parser.xwiki10.macro
RadeoxMacroParameter(int, String, String)
- Constructor for class org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroParameter
RadeoxMacroParameters
- Class in
org.xwiki.rendering.parser.xwiki10.macro
RadeoxMacroParameters()
- Constructor for class org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroParameters
RadeoxMacroParameters(Map<String, RadeoxMacroParameter>)
- Constructor for class org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroParameters
registerParameter(String)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractRadeoxMacroConverter
registerParameter(String, int)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
AbstractRadeoxMacroConverter
removeLeadingNewLines(String, int, boolean)
- Static method in class org.xwiki.rendering.parser.xwiki10.util.
CleanUtil
Remove first new lines if there is more than 0 and less or equals to the provided number.
removeLeadingNewLines(String)
- Static method in class org.xwiki.rendering.parser.xwiki10.util.
CleanUtil
Remove all the first new lines.
removeTrailingNewLines(String, int, boolean)
- Static method in class org.xwiki.rendering.parser.xwiki10.util.
CleanUtil
Remove last new lines if there is more than 0 and less or equals to the provided number.
removeTrailingNewLines(String)
- Static method in class org.xwiki.rendering.parser.xwiki10.util.
CleanUtil
Remove all the last new lines.
S
setIndex(int)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroParameter
setLeadingNewLines(String, int)
- Static method in class org.xwiki.rendering.parser.xwiki10.util.
CleanUtil
Check the provided string contains enough new lines at the beginning and add the need ones.
setName(String)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroParameter
setPriority(int)
- Method in class org.xwiki.rendering.parser.xwiki10.
AbstractFilter
setTrailingNewLines(String, int)
- Static method in class org.xwiki.rendering.parser.xwiki10.util.
CleanUtil
Check the provided string contains enough new lines at the end and add the need ones.
setTrailingNewLines(StringBuffer, int)
- Static method in class org.xwiki.rendering.parser.xwiki10.util.
CleanUtil
Check the provided string contains enough new lines at the end and add the need ones.
setValue(String)
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroParameter
supportContent()
- Method in interface org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroConverter
T
toString()
- Method in class org.xwiki.rendering.parser.xwiki10.macro.
RadeoxMacroParameter
U
unProtect(String)
- Method in class org.xwiki.rendering.parser.xwiki10.
FilterContext
Re-insert all protected/registered strings in to the global content.
V
VelocityMacroConverter
- Interface in
org.xwiki.rendering.parser.xwiki10.macro
Convert velocity macro to XWiki 2.0 syntax or macro.
X
XWIKI1020TOKEN_C
- Static variable in class org.xwiki.rendering.parser.xwiki10.
FilterContext
XWIKI1020TOKEN_CP
- Static variable in class org.xwiki.rendering.parser.xwiki10.
FilterContext
XWIKI1020TOKEN_O
- Static variable in class org.xwiki.rendering.parser.xwiki10.
FilterContext
XWIKI1020TOKEN_OP
- Static variable in class org.xwiki.rendering.parser.xwiki10.
FilterContext
XWIKI1020TOKEN_PATTERN
- Static variable in class org.xwiki.rendering.parser.xwiki10.
FilterContext
Match registered content identifier.
XWIKI1020TOKEN_SF_SPATTERN
- Static variable in class org.xwiki.rendering.parser.xwiki10.
FilterContext
XWIKI1020TOKENI_PATTERN
- Static variable in class org.xwiki.rendering.parser.xwiki10.
FilterContext
Match registered inline content identifier.
XWIKI1020TOKENI_SF_SPATTERN
- Static variable in class org.xwiki.rendering.parser.xwiki10.
FilterContext
XWIKI1020TOKENS_PATTERN
- Static variable in class org.xwiki.rendering.parser.xwiki10.
FilterContext
Match registered content identifier.
XWIKI1020TOKENS_SF_SPATTERN
- Static variable in class org.xwiki.rendering.parser.xwiki10.
FilterContext
A
C
E
F
G
H
I
O
P
R
S
T
U
V
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004-2011
XWiki
. All Rights Reserved.