Uses of Class
org.apache.wiki.WikiEngine
-
Packages that use WikiEngine Package Description org.apache.wiki The chief package of JSPWiki.org.apache.wiki.api.filters Filter's API 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 WikiEngine
WikiContext. 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, java.util.Properties props)
Gets a WikiEngine related to the servlet.static WikiEngine
WikiEngine. getInstance(javax.servlet.ServletContext context, java.util.Properties props)
Gets a WikiEngine related to the servlet.Methods in org.apache.wiki with parameters of type WikiEngine Modifier and Type Method Description default void
WikiProvider. initialize(WikiEngine engine, java.util.Properties properties)
Deprecated.Initializes the page provider.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.api.filters
Methods in org.apache.wiki.api.filters with parameters of type WikiEngine Modifier and Type Method Description void
BasicPageFilter. destroy(WikiEngine engine)
Deprecated.void
BasicPageFilter. initialize(WikiEngine engine, java.util.Properties properties)
Deprecated. -
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.
-