Uses of Interface
org.apache.wiki.api.core.Context
Packages that use Context
Package
Description
JSPWiki's central API.
JSPWiki's Engine's component related classes.
Filter's API package of JSPWiki.
Plugin's API package of JSPWiki.
JSPWiki's SPI package.
-
Uses of Context in org.apache.wiki.api.core
Methods in org.apache.wiki.api.core that return Context -
Uses of Context in org.apache.wiki.api.engine
Methods in org.apache.wiki.api.engine with parameters of type ContextModifier and TypeMethodDescriptionRenderApi.textToHTML
(Context context, String pagedata) Converts raw page data to HTML. -
Uses of Context in org.apache.wiki.api.filters
Methods in org.apache.wiki.api.filters with parameters of type ContextModifier and TypeMethodDescriptiondefault void
This method is called after the page has been successfully saved.default String
PageFilter.postTranslate
(Context context, 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 String
This method is called before the page has been saved to the PageProvider.default String
PageFilter.preTranslate
(Context context, 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. -
Uses of Context in org.apache.wiki.api.plugin
Methods in org.apache.wiki.api.plugin with parameters of type ContextModifier and TypeMethodDescriptionThis is the main entry point for any plugin.void
PluginElement.executeParse
(Context context) Executes the executeParse() method.void
ParserStagePlugin.executeParser
(PluginElement element, Context context, Map<String, String> params) Method which is executed during parsing.Performs plugin invocation and return its contents. -
Uses of Context in org.apache.wiki.api.spi
Methods in org.apache.wiki.api.spi that return ContextModifier and TypeMethodDescriptionContextDSL.create
(Engine engine, javax.servlet.http.HttpServletRequest request, String requestContext) Creates a new Context from a supplied HTTP request, using a default wiki context.Creates a new Context for the given Engine, Command and HttpServletRequest.Creates a new Context for the given Engine, Page and HttpServletRequest.Create a new Context for the given Page.ContextSPI.create
(Engine engine, javax.servlet.http.HttpServletRequest request, String requestContext) Creates a new Context from a supplied HTTP request, using a default wiki context.Creates a new Context for the given Engine, Command and HttpServletRequest.Creates a new Context for the given Engine, Page and HttpServletRequest.Create a new Context for the given Page.