Uses of Class
org.apache.wiki.WikiEngine
Packages that use WikiEngine
Package
Description
The chief package of JSPWiki.
Attachment management, uploading and downloading.
Provides the JSPWiki search functionality.
-
Uses of WikiEngine in org.apache.wiki
Methods in org.apache.wiki that return WikiEngineModifier and TypeMethodDescriptionWikiContext.getEngine()
Returns the handling engine.static WikiEngine
WikiEngine.getInstance
(javax.servlet.ServletConfig config) Gets a WikiEngine related to this servlet.static WikiEngine
WikiEngine.getInstance
(javax.servlet.ServletConfig config, Properties props) Gets a WikiEngine related to the servlet.static WikiEngine
WikiEngine.getInstance
(javax.servlet.ServletContext context, Properties props) Gets a WikiEngine related to the servlet.Constructors in org.apache.wiki with parameters of type WikiEngineModifierConstructorDescriptionWikiPage
(WikiEngine engine, String name) Deprecated.kept for compatibility with page/attachment providers not using public API. -
Uses of WikiEngine in org.apache.wiki.attachment
Constructors in org.apache.wiki.attachment with parameters of type WikiEngineModifierConstructorDescriptionAttachment
(WikiEngine engine, String parentPage, String fileName) Deprecated.kept for compatibility with page/attachment providers not using public API. -
Uses of WikiEngine in org.apache.wiki.search
Constructors in org.apache.wiki.search with parameters of type WikiEngineModifierConstructorDescriptionSearchMatcher
(WikiEngine engine, QueryItem[] queries) Deprecated.kept for compatibility with page/attachment providers not using public API.