Uses of Class
org.apache.wiki.WikiEngine
-
Packages that use WikiEngine Package Description org.apache.wiki The chief package of JSPWiki.org.apache.wiki.attachment Attachment management, uploading and downloading.org.apache.wiki.search Provides the JSPWiki search functionality. -
-
Uses of WikiEngine in org.apache.wiki
Methods in org.apache.wiki that return WikiEngine Modifier and Type Method Description WikiEngineWikiContext. getEngine()Returns the handling engine.static WikiEngineWikiEngine. getInstance(javax.servlet.ServletConfig config)Gets a WikiEngine related to this servlet.static WikiEngineWikiEngine. getInstance(javax.servlet.ServletConfig config, java.util.Properties props)Gets a WikiEngine related to the servlet.static WikiEngineWikiEngine. getInstance(javax.servlet.ServletContext context, java.util.Properties props)Gets a WikiEngine related to the servlet.Constructors in org.apache.wiki with parameters of type WikiEngine Constructor Description WikiPage(WikiEngine engine, java.lang.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 WikiEngine Constructor Description Attachment(WikiEngine engine, java.lang.String parentPage, java.lang.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 WikiEngine Constructor Description SearchMatcher(WikiEngine engine, QueryItem[] queries)Deprecated.kept for compatibility with page/attachment providers not using public API.
-