Skip navigation links
A C D F G H I M N O P R S T W X 

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
 
cleanupComponents() - Method in class org.xwiki.wysiwyg.filter.XWikiContextInitializationFilter
We must ensure we clean the ThreadLocal variables located in the Container and Execution components as otherwise we will have a potential memory leak.
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
 

D

destroy() - Method in class org.xwiki.wysiwyg.filter.ConversionFilter
 
destroy() - Method in class org.xwiki.wysiwyg.filter.XWikiContextInitializationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.xwiki.wysiwyg.filter.ConversionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.xwiki.wysiwyg.filter.XWikiContextInitializationFilter
 

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

getReferer() - Method in interface org.xwiki.wysiwyg.filter.MutableServletRequest
 
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
 
init(FilterConfig) - Method in class org.xwiki.wysiwyg.filter.XWikiContextInitializationFilter
 
initializeContainerComponent(XWikiContext) - Method in class org.xwiki.wysiwyg.filter.XWikiContextInitializationFilter
 
initializeXWikiContext(ServletRequest, ServletResponse) - Method in class org.xwiki.wysiwyg.filter.XWikiContextInitializationFilter
Initializes the XWiki context.
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.
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, String) - Method in class org.xwiki.wysiwyg.script.WysiwygEditorScriptService
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.

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.

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.
toHTML(String, String) - Method in interface org.xwiki.wysiwyg.converter.HTMLConverter
Deprecated.
since 11.9RC1, use 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(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
This filter can be used to initialize the XWiki context before processing a request.
XWikiContextInitializationFilter() - Constructor for class org.xwiki.wysiwyg.filter.XWikiContextInitializationFilter
 
A C D F G H I M N O P R S T W X 
Skip navigation links

Copyright © 2004–2019 XWiki. All rights reserved.