A C D F G H I M N O P R S T W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AttachmentImporter - Interface in org.xwiki.wysiwyg.importer
-
Interface used to import existing attachments into the content of a WYSIWYG editor.
C
- clean(String) - Method in interface org.xwiki.wysiwyg.cleaner.HTMLCleaner
- ConversionFilter - Class in org.xwiki.wysiwyg.filter
-
This filter is used to convert the values of request parameters that require HTML conversion before being processed.
- ConversionFilter() - Constructor for class org.xwiki.wysiwyg.filter.ConversionFilter
- convert(ServletRequest) - Method in interface org.xwiki.wysiwyg.converter.RequestParameterConverter
-
Check if the given request needs conversion and perform those conversions.
- convert(ServletRequest, ServletResponse) - Method in interface org.xwiki.wysiwyg.converter.RequestParameterConverter
-
Check if the given request needs conversion and perform those conversions.
D
- destroy() - Method in class org.xwiki.wysiwyg.filter.ConversionFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.xwiki.wysiwyg.filter.ConversionFilter
F
- fromAnnotatedXHTML(String, String) - Method in class org.xwiki.wysiwyg.script.WysiwygEditorScriptService
-
Converts the given annotated HTML produced by the WYSIWYG editor to the specified target syntax.
- fromHTML(String, String) - Method in interface org.xwiki.wysiwyg.converter.HTMLConverter
-
Cleans and converts the given HTML fragment to the specified syntax.
G
- getErrors() - Method in class org.xwiki.wysiwyg.converter.RequestParameterConversionResult
- getHTMLSyntax() - Method in class org.xwiki.wysiwyg.script.WysiwygEditorScriptService
- getOutput() - Method in class org.xwiki.wysiwyg.converter.RequestParameterConversionResult
- getReferer() - Method in interface org.xwiki.wysiwyg.filter.MutableServletRequest
- getRequest() - Method in class org.xwiki.wysiwyg.converter.RequestParameterConversionResult
- getRequest() - Method in interface org.xwiki.wysiwyg.filter.MutableServletRequest
- getSessionAttribute(String) - Method in interface org.xwiki.wysiwyg.filter.MutableServletRequest
H
- HTMLCleaner - Interface in org.xwiki.wysiwyg.cleaner
-
Cleans the HTML generated by the WYSIWYG editor.
- HTMLConverter - Interface in org.xwiki.wysiwyg.converter
-
Converts HTML to/from a specified syntax.
I
- importOfficeAttachment(AttachmentReference, Map<String, Object>) - Method in class org.xwiki.wysiwyg.script.WysiwygEditorScriptService
-
Builds the annotated XHTML needed to import the specified office attachment in the WYSIWYG editor.
- init(FilterConfig) - Method in class org.xwiki.wysiwyg.filter.ConversionFilter
- isSyntaxSupported(String) - Method in class org.xwiki.wysiwyg.script.WysiwygEditorScriptService
-
Checks if there is a parser and a renderer available for the specified syntax.
M
- MutableServletRequest - Interface in org.xwiki.wysiwyg.filter
-
A servlet request that can be modified.
- MutableServletRequestFactory - Interface in org.xwiki.wysiwyg.filter
-
A factory for mutable servlet requests.
N
- newInstance(ServletRequest) - Method in interface org.xwiki.wysiwyg.filter.MutableServletRequestFactory
-
Creates a new mutable servlet request.
O
- org.xwiki.wysiwyg.cleaner - package org.xwiki.wysiwyg.cleaner
- org.xwiki.wysiwyg.converter - package org.xwiki.wysiwyg.converter
- org.xwiki.wysiwyg.filter - package org.xwiki.wysiwyg.filter
- org.xwiki.wysiwyg.importer - package org.xwiki.wysiwyg.importer
- org.xwiki.wysiwyg.script - package org.xwiki.wysiwyg.script
P
- parseAndRender(String, String) - Method in interface org.xwiki.wysiwyg.converter.HTMLConverter
-
Deprecated.since 11.9RC1, use
HTMLConverter.parseAndRender(String, Syntax, EntityReference)
instead - parseAndRender(String, String) - Method in class org.xwiki.wysiwyg.script.WysiwygEditorScriptService
-
Deprecated.since 11.9RC1, use
WysiwygEditorScriptService.parseAndRender(String, Syntax, EntityReference)
instead - parseAndRender(String, Syntax, EntityReference) - Method in interface org.xwiki.wysiwyg.converter.HTMLConverter
-
Parses the given HTML fragment and renders the result in annotated XHTML syntax.
- parseAndRender(String, Syntax, EntityReference) - Method in class org.xwiki.wysiwyg.script.WysiwygEditorScriptService
-
Parses the given HTML fragment and renders the result in annotated XHTML syntax.
- parseAndRender(String, Syntax, EntityReference, boolean) - Method in interface org.xwiki.wysiwyg.converter.HTMLConverter
-
Parses the given HTML fragment and renders the result in annotated XHTML syntax.
- parseAndRender(String, Syntax, EntityReference, boolean) - Method in class org.xwiki.wysiwyg.script.WysiwygEditorScriptService
-
Parses the given HTML fragment and renders the result in annotated XHTML syntax.
R
- removeParameter(String) - Method in interface org.xwiki.wysiwyg.filter.MutableServletRequest
-
Removes the request parameter with the specified name.
- render(DocumentReference) - Method in class org.xwiki.wysiwyg.script.WysiwygEditorScriptService
-
Produces the input for the editor by rendering the specified content template as a full HTML page, making sure the skin extension hooks are resolved.
- RequestParameterConversionResult - Class in org.xwiki.wysiwyg.converter
-
Simple POJO holding the result of a conversion performed with
RequestParameterConverter
. - RequestParameterConversionResult(MutableServletRequest) - Constructor for class org.xwiki.wysiwyg.converter.RequestParameterConversionResult
-
Default constructor.
- RequestParameterConverter - Interface in org.xwiki.wysiwyg.converter
-
Check if the given request contains parameters that needs conversion and perform the needing conversion.
S
- sendRedirect(ServletResponse, String) - Method in interface org.xwiki.wysiwyg.filter.MutableServletRequest
-
Redirects this request to the specified URL.
- setParameter(String, String) - Method in interface org.xwiki.wysiwyg.filter.MutableServletRequest
-
Sets the value of a request parameter.
- setParameterValues(String, String[]) - Method in interface org.xwiki.wysiwyg.filter.MutableServletRequest
-
Sets the values of a request parameter.
- setSessionAttribute(String, Object) - Method in interface org.xwiki.wysiwyg.filter.MutableServletRequest
-
Sets the value of a session attribute.
T
- toAnnotatedXHTML(String, String) - Method in class org.xwiki.wysiwyg.script.WysiwygEditorScriptService
-
Deprecated.since 11.9RC1 use
- toAnnotatedXHTML(String, Syntax, EntityReference) - Method in class org.xwiki.wysiwyg.script.WysiwygEditorScriptService
-
Converts the given source text from the specified syntax to annotated XHTML, which can be used as input for the WYSIWYG editor.
- toAnnotatedXHTML(String, Syntax, EntityReference, boolean) - Method in class org.xwiki.wysiwyg.script.WysiwygEditorScriptService
-
Converts the given source text from the specified syntax to annotated XHTML, which can be used as input for the WYSIWYG editor.
- toHTML(String, String) - Method in interface org.xwiki.wysiwyg.converter.HTMLConverter
-
Deprecated.since 11.9RC1, use
HTMLConverter.toHTML(String, Syntax, EntityReference)
instead - toHTML(String, Syntax, EntityReference) - Method in interface org.xwiki.wysiwyg.converter.HTMLConverter
-
Converts the given source text from the specified syntax to HTML.
- toHTML(String, Syntax, EntityReference, boolean) - Method in interface org.xwiki.wysiwyg.converter.HTMLConverter
-
Converts the given source text from the specified syntax to HTML.
- toHTML(AttachmentReference, Map<String, Object>) - Method in interface org.xwiki.wysiwyg.importer.AttachmentImporter
-
Generates the HTML needed to import the specified attachment.
W
- WysiwygEditorScriptService - Class in org.xwiki.wysiwyg.script
-
The WYSIWYG editor API exposed to server-side scripts like Velocity.
- WysiwygEditorScriptService() - Constructor for class org.xwiki.wysiwyg.script.WysiwygEditorScriptService
X
- XWikiContextInitializationFilter - Class in org.xwiki.wysiwyg.filter
-
Deprecated.since 13.4RC1, use
XWikiContextInitializationFilter
instead - XWikiContextInitializationFilter() - Constructor for class org.xwiki.wysiwyg.filter.XWikiContextInitializationFilter
-
Deprecated.
All Classes All Packages