| Package | Description |
|---|---|
| org.apache.wiki.api.core |
JSPWiki's central API.
|
| org.apache.wiki.api.engine |
JSPWiki's Engine's component related classes.
|
| org.apache.wiki.api.filters |
Filter's API package of JSPWiki.
|
| org.apache.wiki.api.plugin |
Plugin's API package of JSPWiki.
|
| org.apache.wiki.api.spi |
JSPWiki's SPI package.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
Context.clone() |
Context |
Context.clone() |
Context |
Context.deepClone()
Creates a deep clone of the Context.
|
Context |
Context.deepClone()
Creates a deep clone of the Context.
|
static Context |
Context.findContext(javax.servlet.jsp.PageContext pageContext)
This method can be used to find the WikiContext programmatically from a JSP PageContext.
|
static Context |
Context.findContext(javax.servlet.jsp.PageContext pageContext)
This method can be used to find the WikiContext programmatically from a JSP PageContext.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
RenderApi.textToHTML(Context context,
java.lang.String pagedata)
Converts raw page data to HTML.
|
java.lang.String |
RenderApi.textToHTML(Context context,
java.lang.String pagedata)
Converts raw page data to HTML.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
PageFilter.postSave(Context context,
java.lang.String content)
This method is called after the page has been successfully saved.
|
default void |
PageFilter.postSave(Context context,
java.lang.String content)
This method is called after the page has been successfully saved.
|
default java.lang.String |
PageFilter.postTranslate(Context context,
java.lang.String htmlContent)
This method is called after a page has been fed through the translation process, so anything you are seeing here is translated
content.
|
default java.lang.String |
PageFilter.postTranslate(Context context,
java.lang.String htmlContent)
This method is called after a page has been fed through the translation process, so anything you are seeing here is translated
content.
|
default java.lang.String |
PageFilter.preSave(Context context,
java.lang.String content)
This method is called before the page has been saved to the PageProvider.
|
default java.lang.String |
PageFilter.preSave(Context context,
java.lang.String content)
This method is called before the page has been saved to the PageProvider.
|
default java.lang.String |
PageFilter.preTranslate(Context context,
java.lang.String content)
This method is called whenever a page has been loaded from the provider, but not yet been sent through the markup-translation
process.
|
default java.lang.String |
PageFilter.preTranslate(Context context,
java.lang.String content)
This method is called whenever a page has been loaded from the provider, but not yet been sent through the markup-translation
process.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
Plugin.execute(Context context,
java.util.Map<java.lang.String,java.lang.String> params)
This is the main entry point for any plugin.
|
java.lang.String |
Plugin.execute(Context context,
java.util.Map<java.lang.String,java.lang.String> params)
This is the main entry point for any plugin.
|
void |
PluginElement.executeParse(Context context)
Executes the executeParse() method.
|
void |
PluginElement.executeParse(Context context)
Executes the executeParse() method.
|
void |
ParserStagePlugin.executeParser(PluginElement element,
Context context,
java.util.Map<java.lang.String,java.lang.String> params)
Method which is executed during parsing.
|
void |
ParserStagePlugin.executeParser(PluginElement element,
Context context,
java.util.Map<java.lang.String,java.lang.String> params)
Method which is executed during parsing.
|
java.lang.String |
PluginElement.invoke(Context context)
Performs plugin invocation and return its contents.
|
java.lang.String |
PluginElement.invoke(Context context)
Performs plugin invocation and return its contents.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
ContextDSL.create(Engine engine,
javax.servlet.http.HttpServletRequest request,
Command command)
Creates a new Context for the given Engine, Command and HttpServletRequest.
|
Context |
ContextSPI.create(Engine engine,
javax.servlet.http.HttpServletRequest request,
Command command)
Creates a new Context for the given Engine, Command and HttpServletRequest.
|
Context |
ContextSPI.create(Engine engine,
javax.servlet.http.HttpServletRequest request,
Command command)
Creates a new Context for the given Engine, Command and HttpServletRequest.
|
Context |
ContextDSL.create(Engine engine,
javax.servlet.http.HttpServletRequest request,
Command command)
Creates a new Context for the given Engine, Command and HttpServletRequest.
|
Context |
ContextDSL.create(Engine engine,
javax.servlet.http.HttpServletRequest request,
Page page)
Creates a new Context for the given Engine, Page and HttpServletRequest.
|
Context |
ContextSPI.create(Engine engine,
javax.servlet.http.HttpServletRequest request,
Page page)
Creates a new Context for the given Engine, Page and HttpServletRequest.
|
Context |
ContextSPI.create(Engine engine,
javax.servlet.http.HttpServletRequest request,
Page page)
Creates a new Context for the given Engine, Page and HttpServletRequest.
|
Context |
ContextDSL.create(Engine engine,
javax.servlet.http.HttpServletRequest request,
Page page)
Creates a new Context for the given Engine, Page and HttpServletRequest.
|
Context |
ContextDSL.create(Engine engine,
javax.servlet.http.HttpServletRequest request,
java.lang.String requestContext)
Creates a new Context from a supplied HTTP request, using a default wiki context.
|
Context |
ContextSPI.create(Engine engine,
javax.servlet.http.HttpServletRequest request,
java.lang.String requestContext)
Creates a new Context from a supplied HTTP request, using a default wiki context.
|
Context |
ContextSPI.create(Engine engine,
javax.servlet.http.HttpServletRequest request,
java.lang.String requestContext)
Creates a new Context from a supplied HTTP request, using a default wiki context.
|
Context |
ContextDSL.create(Engine engine,
javax.servlet.http.HttpServletRequest request,
java.lang.String requestContext)
Creates a new Context from a supplied HTTP request, using a default wiki context.
|
Context |
ContextDSL.create(Engine engine,
Page page)
Create a new Context for the given Page.
|
Context |
ContextSPI.create(Engine engine,
Page page)
Create a new Context for the given Page.
|
Context |
ContextSPI.create(Engine engine,
Page page)
Create a new Context for the given Page.
|
Context |
ContextDSL.create(Engine engine,
Page page)
Create a new Context for the given Page.
|
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.