Uses of Class
org.apache.wiki.WikiEngine
Packages that use WikiEngine
Package
Description
The chief package of JSPWiki.
Filter's API 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.Methods in org.apache.wiki with parameters of type WikiEngineModifier and TypeMethodDescriptiondefault void
WikiProvider.initialize
(WikiEngine engine, Properties properties) Deprecated.Initializes the page provider.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.api.filters
Methods in org.apache.wiki.api.filters with parameters of type WikiEngineModifier and TypeMethodDescriptionvoid
BasicPageFilter.destroy
(WikiEngine engine) Deprecated.void
BasicPageFilter.initialize
(WikiEngine engine, Properties properties) Deprecated. -
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.