A C D E G I L M N O P R S T W X

A

areExternalImagesAllowed() - Method in interface org.xwiki.wysiwyg.server.WysiwygEditorConfiguration
 

C

cleanupComponents() - Method in class org.xwiki.wysiwyg.server.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.server.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.server.filter.ConversionFilter
 
convert(EntityReference) - Method in class org.xwiki.wysiwyg.server.wiki.EntityReferenceConverter
Converts an entity reference received from the client to an entity reference to be used on the server.
convert(EntityReference) - Method in class org.xwiki.wysiwyg.server.wiki.EntityReferenceConverter
Converts an entity reference used on the server side to an entity reference to be sent to the client.
convert(DocumentReference) - Method in class org.xwiki.wysiwyg.server.wiki.EntityReferenceConverter
 
convert(WikiPageReference) - Method in class org.xwiki.wysiwyg.server.wiki.EntityReferenceConverter
 
convert(AttachmentReference) - Method in class org.xwiki.wysiwyg.server.wiki.EntityReferenceConverter
 
convert(AttachmentReference) - Method in class org.xwiki.wysiwyg.server.wiki.EntityReferenceConverter
 

D

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

E

EntityReferenceConverter - Class in org.xwiki.wysiwyg.server.wiki
Converts between client-side entity references and server-side entity references.
EntityReferenceConverter() - Constructor for class org.xwiki.wysiwyg.server.wiki.EntityReferenceConverter
 

G

getColorPalette() - Method in interface org.xwiki.wysiwyg.server.WysiwygEditorConfiguration
 
getColorsPerRow() - Method in interface org.xwiki.wysiwyg.server.WysiwygEditorConfiguration
 
getConfig() - Method in interface org.xwiki.wysiwyg.server.WysiwygEditorScriptService
 
getEntityConfig(EntityReference, ResourceReference) - Method in interface org.xwiki.wysiwyg.server.wiki.LinkService
Creates an entity link configuration object (URL, link reference) for a link with the specified origin and destination.
getFontNames() - Method in interface org.xwiki.wysiwyg.server.WysiwygEditorConfiguration
 
getFontSizes() - Method in interface org.xwiki.wysiwyg.server.WysiwygEditorConfiguration
 
getHistorySize() - Method in interface org.xwiki.wysiwyg.server.WysiwygEditorConfiguration
 
getMenuBar() - Method in interface org.xwiki.wysiwyg.server.WysiwygEditorConfiguration
 
getPlugins() - Method in interface org.xwiki.wysiwyg.server.WysiwygEditorConfiguration
 
getReferer() - Method in interface org.xwiki.wysiwyg.server.filter.MutableServletRequest
 
getRequest() - Method in interface org.xwiki.wysiwyg.server.filter.MutableServletRequest
 
getSessionAttribute(String) - Method in interface org.xwiki.wysiwyg.server.filter.MutableServletRequest
 
getStyleNames() - Method in interface org.xwiki.wysiwyg.server.WysiwygEditorConfiguration
 
getToolBar() - Method in interface org.xwiki.wysiwyg.server.WysiwygEditorConfiguration
 

I

init(FilterConfig) - Method in class org.xwiki.wysiwyg.server.filter.ConversionFilter
 
init(FilterConfig) - Method in class org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter
 
initializeContainerComponent(XWikiContext) - Method in class org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter
 
initializeXWikiContext(ServletRequest, ServletResponse) - Method in class org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter
Initializes the XWiki context.
isAttachmentSelectionLimited() - Method in interface org.xwiki.wysiwyg.server.WysiwygEditorConfiguration
 
isImageSelectionLimited() - Method in interface org.xwiki.wysiwyg.server.WysiwygEditorConfiguration
 
isSourceEditorEnabled() - Method in interface org.xwiki.wysiwyg.server.WysiwygEditorConfiguration
 
isSyntaxSupported(String) - Method in interface org.xwiki.wysiwyg.server.WysiwygEditorScriptService
Checks if there is a parser and a renderer available for the specified syntax.

L

LinkService - Interface in org.xwiki.wysiwyg.server.wiki
The service used to create links.

M

MacroDescriptorTranslator - Interface in org.xwiki.wysiwyg.server.plugin.macro
Translates a MacroDescriptor into the execution context language.
MutableServletRequest - Interface in org.xwiki.wysiwyg.server.filter
A servlet request that can be modified.
MutableServletRequestFactory - Interface in org.xwiki.wysiwyg.server.filter
A factory for mutable servlet requests.

N

newInstance(ServletRequest) - Method in interface org.xwiki.wysiwyg.server.filter.MutableServletRequestFactory
Creates a new mutable servlet request.

O

org.xwiki.wysiwyg.server - package org.xwiki.wysiwyg.server
 
org.xwiki.wysiwyg.server.filter - package org.xwiki.wysiwyg.server.filter
 
org.xwiki.wysiwyg.server.plugin.macro - package org.xwiki.wysiwyg.server.plugin.macro
 
org.xwiki.wysiwyg.server.wiki - package org.xwiki.wysiwyg.server.wiki
 

P

parseAndRender(String, String) - Method in interface org.xwiki.wysiwyg.server.WysiwygEditorScriptService
Parses the given HTML fragment and renders the result in annotated XHTML syntax.
parseLinkReference(String, EntityReference) - Method in interface org.xwiki.wysiwyg.server.wiki.LinkService
Parses the given link reference and extracts a reference to the linked resource.
processCall(String) - Method in class org.xwiki.wysiwyg.server.XWikiRemoteServiceServlet
 

R

removeParameter(String) - Method in interface org.xwiki.wysiwyg.server.filter.MutableServletRequest
Removes the request parameter with the specified name.

S

sendRedirect(ServletResponse, String) - Method in interface org.xwiki.wysiwyg.server.filter.MutableServletRequest
Redirects this request to the specified URL.
setParameter(String, String) - Method in interface org.xwiki.wysiwyg.server.filter.MutableServletRequest
Sets the value of a request parameter.
setParameterValues(String, String[]) - Method in interface org.xwiki.wysiwyg.server.filter.MutableServletRequest
Sets the values of a request parameter.
setSessionAttribute(String, Object) - Method in interface org.xwiki.wysiwyg.server.filter.MutableServletRequest
Sets the value of a session attribute.

T

toAnnotatedXHTML(String, String) - Method in interface org.xwiki.wysiwyg.server.WysiwygEditorScriptService
Converts the given source text from the specified syntax to annotated XHTML, which can be used as input for the WYSIWYG editor.
translate(MacroDescriptor) - Method in interface org.xwiki.wysiwyg.server.plugin.macro.MacroDescriptorTranslator
Translates the given macro descriptor into the execution context language.

W

WysiwygEditorConfiguration - Interface in org.xwiki.wysiwyg.server
WYSIWYG editor configuration properties.
WysiwygEditorScriptService - Interface in org.xwiki.wysiwyg.server
The WYSIWYG editor API exposed to server-side scripts like Velocity.

X

XWikiContextInitializationFilter - Class in org.xwiki.wysiwyg.server.filter
This filter can be used to initialize the XWiki context before processing a request.
XWikiContextInitializationFilter() - Constructor for class org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter
 
XWikiRemoteServiceServlet - Class in org.xwiki.wysiwyg.server
Generic RemoteServiceServlet that dispatches the RPC calls to components registered through the component manager.
XWikiRemoteServiceServlet() - Constructor for class org.xwiki.wysiwyg.server.XWikiRemoteServiceServlet
 

A C D E G I L M N O P R S T W X

Copyright © 2004-2012 XWiki. All Rights Reserved.