Uses of Class
org.apache.wiki.WikiContext
Packages that use WikiContext
Package
Description
The chief package of JSPWiki.
Filter's API package of JSPWiki.
Plugin's API package of JSPWiki.
Provides standard JSP tags for JSPWiki.
-
Uses of WikiContext in org.apache.wiki
Methods in org.apache.wiki that return WikiContextModifier and TypeMethodDescriptionWikiContext.clone()
Returns a shallow clone of the WikiContext.WikiContext.deepClone()
Creates a deep clone of the WikiContext.static WikiContext
WikiContext.findContext
(javax.servlet.jsp.PageContext pageContext) Deprecated. -
Uses of WikiContext in org.apache.wiki.api.filters
Methods in org.apache.wiki.api.filters with parameters of type WikiContextModifier and TypeMethodDescriptionvoid
BasicPageFilter.postSave
(WikiContext wikiContext, String content) Deprecated.BasicPageFilter.postTranslate
(WikiContext wikiContext, String htmlContent) Deprecated.BasicPageFilter.preSave
(WikiContext wikiContext, String content) Deprecated.BasicPageFilter.preTranslate
(WikiContext wikiContext, String content) Deprecated. -
Uses of WikiContext in org.apache.wiki.api.plugin
Methods in org.apache.wiki.api.plugin with parameters of type WikiContext -
Uses of WikiContext in org.apache.wiki.tags
Fields in org.apache.wiki.tags declared as WikiContext
Context.findContext(PageContext)
instead.