Uses of Interface
org.apache.wiki.api.core.Engine
-
Packages that use Engine Package Description org.apache.wiki The chief package of JSPWiki.org.apache.wiki.api.core JSPWiki's central API.org.apache.wiki.api.engine JSPWiki's Engine's component related classes.org.apache.wiki.api.filters Filter's API package of JSPWiki.org.apache.wiki.api.plugin Plugin's API package of JSPWiki.org.apache.wiki.api.providers Page Providers' API package of JSPWiki.org.apache.wiki.api.spi JSPWiki's SPI package.org.apache.wiki.attachment Attachment management, uploading and downloading.org.apache.wiki.auth Authentication, Authorization and the third A thing.org.apache.wiki.auth.acl Access Control List implementation.org.apache.wiki.auth.authorize Authorizer implementation.org.apache.wiki.auth.login Provides the different login modules that JSPWiki uses.org.apache.wiki.auth.user org.apache.wiki.cache Provides a cache abstraction for JSPWiki.org.apache.wiki.diff org.apache.wiki.filters Provides page and content filtering functionality for JSPWiki.org.apache.wiki.htmltowiki HTML to wiki syntax translation related classes.org.apache.wiki.i18n I18n related classes.org.apache.wiki.modules org.apache.wiki.pages Entry point for JSPWiki's Page Objects.org.apache.wiki.parser org.apache.wiki.plugin Provides plugins to the JSPWiki.org.apache.wiki.providers Provides storage for JSPWiki.org.apache.wiki.references Provides the JSPWiki track of pages' references.org.apache.wiki.render Provides the JSPWiki rendering functionality.org.apache.wiki.rss Provides the JSPWiki RSS feeds functionality.org.apache.wiki.search Provides the JSPWiki search functionality.org.apache.wiki.search.kendra org.apache.wiki.spi org.apache.wiki.ui Java classes for management of the JSP user interface.org.apache.wiki.ui.admin Contains classes for the JSPWiki administrative interface.org.apache.wiki.ui.admin.beans org.apache.wiki.url Provides the URL generation routines.org.apache.wiki.workflow org.apache.wiki.xmlrpc -
-
Uses of Engine in org.apache.wiki
Classes in org.apache.wiki that implement Engine Modifier and Type Class Description classWikiEngineMain implementation forEngine.Methods in org.apache.wiki that return Engine Modifier and Type Method Description EngineWikiBackgroundThread. getEngine()Returns the Engine that created this background thread.Methods in org.apache.wiki with parameters of type Engine Modifier and Type Method Description protected static CommandWikiContext. findCommand(Engine engine, javax.servlet.http.HttpServletRequest request, Page page)Looks up and returns a PageCommand based on a supplied WikiPage and HTTP request.static WatchDogWatchDog. getCurrentWatchDog(Engine engine)Returns the current watchdog for the current thread.static SessionWikiSession. getWikiSession(Engine engine, javax.servlet.http.HttpServletRequest request)Static factory method that returns the Session object associated with the current HTTP request.static SessionWikiSession. guestSession(Engine engine)Static factory method that creates a new "guest" session containing a single user PrincipalWikiPrincipal.GUEST, plus the role principalsRole.ALLandRole.ANONYMOUS.default voidWikiProvider. initialize(Engine engine, java.util.Properties properties)Deprecated.Initializes the page provider.static voidWikiSession. removeWikiSession(Engine engine, javax.servlet.http.HttpServletRequest request)Removes the wiki session associated with the user's HTTP request from the cache of wiki sessions, typically as part of a logout process.static intWikiSession. sessions(Engine engine)Deprecated.useSessionMonitor.sessions()insteadstatic java.security.Principal[]WikiSession. userPrincipals(Engine engine)Deprecated.useSessionMonitor.userPrincipals()insteadConstructors in org.apache.wiki with parameters of type Engine Constructor Description WatchDog(Engine engine, java.lang.Thread thread)Creates a new WatchDog for a Thread.WatchDog(Engine engine, Watchable watch)Creates a new WatchDog for a Watchable.WikiBackgroundThread(Engine engine, int sleepInterval)Constructs a new instance of this background thread with a specified sleep interval, and adds the new instance to the wiki engine's event listeners.WikiContext(Engine engine, javax.servlet.http.HttpServletRequest request, java.lang.String requestContext)Creates a new WikiContext from a supplied HTTP request, using a default wiki context.WikiContext(Engine engine, javax.servlet.http.HttpServletRequest request, Command command)Creates a new WikiContext for the given Engine, Command and HttpServletRequest.WikiContext(Engine engine, javax.servlet.http.HttpServletRequest request, Page page)Creates a new WikiContext for the given Engine, WikiPage and HttpServletRequest.WikiContext(Engine engine, Page page)Create a new WikiContext for the given WikiPage.WikiPage(Engine engine, java.lang.String name)Create a new WikiPage using a given engine and name. -
Uses of Engine in org.apache.wiki.api.core
Methods in org.apache.wiki.api.core with type parameters of type Engine Modifier and Type Method Description default <E extends Engine>
EEngine. adapt(java.lang.Class<E> cls)Adapt Engine to a concrete type.Methods in org.apache.wiki.api.core that return Engine Modifier and Type Method Description EngineContext. getEngine()Returns the handling engine. -
Uses of Engine in org.apache.wiki.api.engine
Methods in org.apache.wiki.api.engine with parameters of type Engine Modifier and Type Method Description voidInitializable. initialize(Engine engine, java.util.Properties props)Initializes this Engine component. -
Uses of Engine in org.apache.wiki.api.filters
Fields in org.apache.wiki.api.filters declared as Engine Modifier and Type Field Description protected EngineBasePageFilter. m_engineMethods in org.apache.wiki.api.filters with parameters of type Engine Modifier and Type Method Description voidBasicPageFilter. destroy(Engine engine)Deprecated.default voidPageFilter. destroy(Engine engine)Called for every filter, e.g. on wiki engine shutdown.voidBasePageFilter. initialize(Engine engine, java.util.Properties properties)If you override this, you should call super.initialize() first.voidPageFilter. initialize(Engine engine, java.util.Properties properties)Is called whenever the a new PageFilter is instantiated and reset. -
Uses of Engine in org.apache.wiki.api.plugin
Methods in org.apache.wiki.api.plugin with parameters of type Engine Modifier and Type Method Description voidInitializablePlugin. initialize(Engine engine)Called whenever the plugin is being instantiated for the first time. -
Uses of Engine in org.apache.wiki.api.providers
Methods in org.apache.wiki.api.providers with parameters of type Engine Modifier and Type Method Description voidWikiProvider. initialize(Engine engine, java.util.Properties properties)Initializes the page provider. -
Uses of Engine in org.apache.wiki.api.spi
Methods in org.apache.wiki.api.spi that return Engine Modifier and Type Method Description EngineEngineDSL. find(javax.servlet.ServletConfig config)Locate, or build if necessary, a configuredEngineinstance.EngineEngineDSL. find(javax.servlet.ServletConfig config, java.util.Properties props)Locate, or build if necessary, a configuredEngineinstance.EngineEngineDSL. find(javax.servlet.ServletContext context, java.util.Properties props)Locate, or build if necessary, a configuredEngineinstance.EngineEngineSPI. find(javax.servlet.ServletContext context, java.util.Properties props)Locate, or build if necessary, a configuredEngineinstance.Methods in org.apache.wiki.api.spi with parameters of type Engine Modifier and Type Method Description AttachmentContentsDSL. attachment(Engine engine, java.lang.String parentPage, java.lang.String fileName)Creates a newAttachment.AttachmentContentsSPI. attachment(Engine engine, java.lang.String parentPage, java.lang.String fileName)Creates a newAttachment.ContextContextDSL. create(Engine engine, javax.servlet.http.HttpServletRequest request, java.lang.String requestContext)Creates a new Context from a supplied HTTP request, using a default wiki context.ContextContextDSL. create(Engine engine, javax.servlet.http.HttpServletRequest request, Command command)Creates a new Context for the given Engine, Command and HttpServletRequest.ContextContextDSL. create(Engine engine, javax.servlet.http.HttpServletRequest request, Page page)Creates a new Context for the given Engine, Page and HttpServletRequest.ContextContextDSL. create(Engine engine, Page page)Create a new Context for the given Page.ContextContextSPI. create(Engine engine, javax.servlet.http.HttpServletRequest request, java.lang.String requestContext)Creates a new Context from a supplied HTTP request, using a default wiki context.ContextContextSPI. create(Engine engine, javax.servlet.http.HttpServletRequest request, Command command)Creates a new Context for the given Engine, Command and HttpServletRequest.ContextContextSPI. create(Engine engine, javax.servlet.http.HttpServletRequest request, Page page)Creates a new Context for the given Engine, Page and HttpServletRequest.ContextContextSPI. create(Engine engine, Page page)Create a new Context for the given Page.SessionSessionDSL. find(Engine engine, javax.servlet.http.HttpServletRequest request)Returns the Session object associated with the current HTTP request.SessionSessionSPI. find(Engine engine, javax.servlet.http.HttpServletRequest request)Returns the Session object associated with the current HTTP request.SessionSessionDSL. guest(Engine engine)Creates a new "guest" session containing a single user Principalorg.apache.wiki.auth.WikiPrincipal#GUEST, plus the role principalsRole#ALLandRole#ANONYMOUS.SessionSessionSPI. guest(Engine engine)Creates a new "guest" session containing a single user Principalorg.apache.wiki.auth.WikiPrincipal#GUEST, plus the role principalsRole#ALLandRole#ANONYMOUS.PageContentsDSL. page(Engine engine, java.lang.String name)Creates aPageinstance.PageContentsSPI. page(Engine engine, java.lang.String name)Creates aPageinstance.voidSessionDSL. remove(Engine engine, javax.servlet.http.HttpServletRequest request)Removes the wiki session associated with the user's HTTP request from the cache of wiki sessions, typically as part of a logout process.voidSessionSPI. remove(Engine engine, javax.servlet.http.HttpServletRequest request)Removes the wiki session associated with the user's HTTP request from the cache of wiki sessions, typically as part of a logout process. -
Uses of Engine in org.apache.wiki.attachment
Constructors in org.apache.wiki.attachment with parameters of type Engine Constructor Description Attachment(Engine engine, java.lang.String parentPage, java.lang.String fileName)Creates a new attachment.DefaultAttachmentManager(Engine engine, java.util.Properties props)Creates a new AttachmentManager.DynamicAttachment(Engine engine, java.lang.String parentPage, java.lang.String fileName, DynamicAttachmentProvider provider)Creates a DynamicAttachment. -
Uses of Engine in org.apache.wiki.auth
Methods in org.apache.wiki.auth with parameters of type Engine Modifier and Type Method Description static SessionMonitorSessionMonitor. getInstance(Engine engine)Returns the instance of the SessionMonitor for this wiki.voidAuthorizer. initialize(Engine engine, java.util.Properties props)Initializes the authorizer.voidDefaultAuthenticationManager. initialize(Engine engine, java.util.Properties props)Initializes this Engine component.voidDefaultAuthorizationManager. initialize(Engine engine, java.util.Properties properties)Initializes this Engine component.voidDefaultUserManager. initialize(Engine engine, java.util.Properties props)Initializes this Engine component.Constructors in org.apache.wiki.auth with parameters of type Engine Constructor Description SecurityVerifier(Engine engine, Session session)Constructs a new SecurityVerifier for a supplied Engine and WikiSession. -
Uses of Engine in org.apache.wiki.auth.acl
Methods in org.apache.wiki.auth.acl with parameters of type Engine Modifier and Type Method Description voidDefaultAclManager. initialize(Engine engine, java.util.Properties props)Initializes this Engine component. -
Uses of Engine in org.apache.wiki.auth.authorize
Fields in org.apache.wiki.auth.authorize declared as Engine Modifier and Type Field Description protected EngineDefaultGroupManager. m_engineprotected EngineWebContainerAuthorizer. m_engineMethods in org.apache.wiki.auth.authorize with parameters of type Engine Modifier and Type Method Description voidDefaultGroupManager. initialize(Engine engine, java.util.Properties props)Initializes this Engine component.voidGroupDatabase. initialize(Engine engine, java.util.Properties props)Initializes the group database based on values from a Properties object.voidJDBCGroupDatabase. initialize(Engine engine, java.util.Properties props)Initializes the group database based on values from a Properties object.voidWebContainerAuthorizer. initialize(Engine engine, java.util.Properties props)Initializes the authorizer for.voidXMLGroupDatabase. initialize(Engine engine, java.util.Properties props)Initializes the group database based on values from a Properties object. -
Uses of Engine in org.apache.wiki.auth.login
Methods in org.apache.wiki.auth.login that return Engine Modifier and Type Method Description EngineWikiEngineCallback. getEngine()Returns the engine.Methods in org.apache.wiki.auth.login with parameters of type Engine Modifier and Type Method Description static voidCookieAuthenticationLoginModule. clearLoginCookie(Engine engine, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Clears away the login cookie, and removes the uid-username mapping file as well.voidWikiEngineCallback. setEngine(Engine engine)Sets the engine object.static voidCookieAuthenticationLoginModule. setLoginCookie(Engine engine, javax.servlet.http.HttpServletResponse response, java.lang.String username)Sets a login cookie based on properties set by the user.Constructors in org.apache.wiki.auth.login with parameters of type Engine Constructor Description WebContainerCallbackHandler(Engine engine, javax.servlet.http.HttpServletRequest request)Create a new handler.WikiCallbackHandler(Engine engine, javax.servlet.http.HttpServletRequest request, java.lang.String username, java.lang.String password)Create a new callback handler. -
Uses of Engine in org.apache.wiki.auth.user
Methods in org.apache.wiki.auth.user with parameters of type Engine Modifier and Type Method Description abstract voidAbstractUserDatabase. initialize(Engine engine, java.util.Properties props)Initializes the user database based on values from a Properties object.voidDummyUserDatabase. initialize(Engine engine, java.util.Properties props)No-op.voidJDBCUserDatabase. initialize(Engine engine, java.util.Properties props)voidUserDatabase. initialize(Engine engine, java.util.Properties props)Initializes the user database based on values from a Properties object.voidXMLUserDatabase. initialize(Engine engine, java.util.Properties props)Initializes the user database based on values from a Properties object. -
Uses of Engine in org.apache.wiki.cache
Methods in org.apache.wiki.cache with parameters of type Engine Modifier and Type Method Description voidEhcacheCachingManager. initialize(Engine engine, java.util.Properties props)Initializes this Engine component. -
Uses of Engine in org.apache.wiki.diff
Methods in org.apache.wiki.diff with parameters of type Engine Modifier and Type Method Description voidContextualDiffProvider. initialize(Engine engine, java.util.Properties properties)voidDiffProvider.NullDiffProvider. initialize(Engine engine, java.util.Properties properties)Initializes the page provider.voidExternalDiffProvider. initialize(Engine engine, java.util.Properties properties)Initializes the page provider.voidTraditionalDiffProvider. initialize(Engine engine, java.util.Properties properties)Initializes the page provider.Constructors in org.apache.wiki.diff with parameters of type Engine Constructor Description DefaultDifferenceManager(Engine engine, java.util.Properties props)Creates a new DifferenceManager for the given engine. -
Uses of Engine in org.apache.wiki.filters
Methods in org.apache.wiki.filters with parameters of type Engine Modifier and Type Method Description voidCreoleFilter. initialize(Engine engine, java.util.Properties props)If you override this, you should call super.initialize() first.voidPageEventFilter. initialize(Engine engine, java.util.Properties properties)Called whenever a new PageFilter is instantiated and reset.voidPingWeblogsComFilter. initialize(Engine engine, java.util.Properties props)If you override this, you should call super.initialize() first.voidSpamFilter. initialize(Engine engine, java.util.Properties properties)If you override this, you should call super.initialize() first.Constructors in org.apache.wiki.filters with parameters of type Engine Constructor Description DefaultFilterManager(Engine engine, java.util.Properties props)Constructs a new FilterManager object. -
Uses of Engine in org.apache.wiki.htmltowiki
Constructors in org.apache.wiki.htmltowiki with parameters of type Engine Constructor Description HtmlStringToWikiTranslator(Engine e)Create a new translator.XHtmlElementToWikiTranslator(Engine e, org.jdom2.Element base)Create a new translator using the default config.XHtmlElementToWikiTranslator(Engine e, org.jdom2.Element base, XHtmlToWikiConfig config)Create a new translator using the specified config. -
Uses of Engine in org.apache.wiki.i18n
Constructors in org.apache.wiki.i18n with parameters of type Engine Constructor Description DefaultInternationalizationManager(Engine engine)Constructs a new InternationalizationManager. -
Uses of Engine in org.apache.wiki.modules
Fields in org.apache.wiki.modules declared as Engine Modifier and Type Field Description protected EngineBaseModuleManager. m_engineConstructors in org.apache.wiki.modules with parameters of type Engine Constructor Description BaseModuleManager(Engine engine)Constructs the ModuleManager. -
Uses of Engine in org.apache.wiki.pages
Methods in org.apache.wiki.pages that return Engine Modifier and Type Method Description protected EngineDefaultPageManager. getEngine()Returns the Engine to which this PageManager belongs to.Constructors in org.apache.wiki.pages with parameters of type Engine Constructor Description DefaultPageManager(Engine engine, java.util.Properties props)Creates a new PageManager. -
Uses of Engine in org.apache.wiki.parser
Fields in org.apache.wiki.parser declared as Engine Modifier and Type Field Description protected EngineMarkupParser. m_engine -
Uses of Engine in org.apache.wiki.plugin
Fields in org.apache.wiki.plugin declared as Engine Modifier and Type Field Description protected EngineAbstractReferralPlugin. m_engineMethods in org.apache.wiki.plugin with parameters of type Engine Modifier and Type Method Description java.util.List<Page>WeblogPlugin. findBlogEntries(Engine engine, java.lang.String baseName, java.util.Date start, java.util.Date end)Attempts to locate all pages that correspond to the blog entry pattern.java.lang.StringWeblogEntryPlugin. getNewEntryPage(Engine engine, java.lang.String blogName)Returns a new page name for entries.voidPageViewPlugin. initialize(Engine engine)Initialize the PageViewPlugin and its singleton.voidPageViewPlugin.PageViewManager. initialize(Engine engine)Initialize the page view manager.Constructors in org.apache.wiki.plugin with parameters of type Engine Constructor Description DefaultPluginManager(Engine engine, java.util.Properties props)Create a new PluginManager. -
Uses of Engine in org.apache.wiki.providers
Fields in org.apache.wiki.providers declared as Engine Modifier and Type Field Description protected EngineAbstractFileProvider. m_engineMethods in org.apache.wiki.providers with parameters of type Engine Modifier and Type Method Description voidAbstractFileProvider. initialize(Engine engine, java.util.Properties properties)Initializes the page provider.voidBasicAttachmentProvider. initialize(Engine engine, java.util.Properties properties)Initializes the page provider.voidCachingAttachmentProvider. initialize(Engine engine, java.util.Properties properties)Initializes the page provider.voidCachingProvider. initialize(Engine engine, java.util.Properties properties)Initializes the page provider.voidVersioningFileProvider. initialize(Engine engine, java.util.Properties properties)Initializes the page provider.voidWikiAttachmentAdapterProvider. initialize(Engine engine, java.util.Properties properties)Deprecated.Initializes the page provider.voidWikiPageAdapterProvider. initialize(Engine engine, java.util.Properties properties)Deprecated.Initializes the page provider. -
Uses of Engine in org.apache.wiki.references
Constructors in org.apache.wiki.references with parameters of type Engine Constructor Description DefaultReferenceManager(Engine engine)Builds a new ReferenceManager. -
Uses of Engine in org.apache.wiki.render
Methods in org.apache.wiki.render with parameters of type Engine Modifier and Type Method Description voidDefaultRenderingManager. initialize(Engine engine, java.util.Properties properties)Initializes this Engine component. -
Uses of Engine in org.apache.wiki.rss
Methods in org.apache.wiki.rss with parameters of type Engine Modifier and Type Method Description voidDefaultRSSGenerator. initialize(Engine engine, java.util.Properties properties)Initializes this Engine component.Constructors in org.apache.wiki.rss with parameters of type Engine Constructor Description DefaultRSSGenerator(Engine engine, java.util.Properties properties)Builds the RSS generator for a given Engine.RSSThread(Engine engine, java.io.File rssFile, int rssInterval)Create a new RSS thread. -
Uses of Engine in org.apache.wiki.search
Methods in org.apache.wiki.search that return Engine Modifier and Type Method Description protected EngineLuceneSearchProvider. getEngine()Returns the handling engine.Methods in org.apache.wiki.search with parameters of type Engine Modifier and Type Method Description voidBasicSearchProvider. initialize(Engine engine, java.util.Properties props)Initializes the page provider.voidDefaultSearchManager. initialize(Engine engine, java.util.Properties properties)If you override this, you should call super.initialize() first.voidLuceneSearchProvider. initialize(Engine engine, java.util.Properties props)Initializes the page provider.Constructors in org.apache.wiki.search with parameters of type Engine Constructor Description DefaultSearchManager(Engine engine, java.util.Properties properties)Creates a new SearchManager.SearchMatcher(Engine engine, QueryItem[] queries)Creates a new SearchMatcher. -
Uses of Engine in org.apache.wiki.search.kendra
Methods in org.apache.wiki.search.kendra with parameters of type Engine Modifier and Type Method Description voidKendraSearchProvider. initialize(Engine engine, java.util.Properties properties)Initializes the page provider. -
Uses of Engine in org.apache.wiki.spi
Methods in org.apache.wiki.spi that return Engine Modifier and Type Method Description EngineEngineSPIDefaultImpl. find(javax.servlet.ServletContext context, java.util.Properties props)Locate, or build if necessary, a configuredEngineinstance.Methods in org.apache.wiki.spi with parameters of type Engine Modifier and Type Method Description AttachmentContentsSPIDefaultImpl. attachment(Engine engine, java.lang.String parentPage, java.lang.String fileName)Creates a newAttachment.ContextContextSPIDefaultImpl. create(Engine engine, javax.servlet.http.HttpServletRequest request, java.lang.String requestContext)Creates a new Context from a supplied HTTP request, using a default wiki context.ContextContextSPIDefaultImpl. create(Engine engine, javax.servlet.http.HttpServletRequest request, Command command)Creates a new Context for the given Engine, Command and HttpServletRequest.ContextContextSPIDefaultImpl. create(Engine engine, javax.servlet.http.HttpServletRequest request, Page page)Creates a new Context for the given Engine, Page and HttpServletRequest.ContextContextSPIDefaultImpl. create(Engine engine, Page page)Create a new Context for the given Page.SessionSessionSPIDefaultImpl. find(Engine engine, javax.servlet.http.HttpServletRequest request)Returns the Session object associated with the current HTTP request.SessionSessionSPIDefaultImpl. guest(Engine engine)Creates a new "guest" session containing a single user Principalorg.apache.wiki.auth.WikiPrincipal#GUEST, plus the role principalsRole#ALLandRole#ANONYMOUS.PageContentsSPIDefaultImpl. page(Engine engine, java.lang.String name)Creates aPageinstance.voidSessionSPIDefaultImpl. remove(Engine engine, javax.servlet.http.HttpServletRequest request)Removes the wiki session associated with the user's HTTP request from the cache of wiki sessions, typically as part of a logout process. -
Uses of Engine in org.apache.wiki.ui
Fields in org.apache.wiki.ui declared as Engine Modifier and Type Field Description protected EngineWikiServletFilter. m_engineMethods in org.apache.wiki.ui with parameters of type Engine Modifier and Type Method Description voidDefaultEditorManager. initialize(Engine engine, java.util.Properties props)Initializes this Engine component.Constructors in org.apache.wiki.ui with parameters of type Engine Constructor Description DefaultCommandResolver(Engine engine, java.util.Properties properties)Constructs a CommandResolver for a given Engine.DefaultEditorManager(Engine engine)DefaultTemplateManager(Engine engine, java.util.Properties properties)Creates a new TemplateManager.WikiRequestWrapper(Engine engine, javax.servlet.http.HttpServletRequest request)Constructs a new wrapped request. -
Uses of Engine in org.apache.wiki.ui.admin
Fields in org.apache.wiki.ui.admin declared as Engine Modifier and Type Field Description protected EngineSimpleAdminBean. m_engineProvides access to a Engine instance to which this AdminBean belongs to.Methods in org.apache.wiki.ui.admin with parameters of type Engine Modifier and Type Method Description voidAdminBean. initialize(Engine engine)voidSimpleAdminBean. initialize(Engine engine)Initialize the AdminBean by setting up a Engine instance internally.Constructors in org.apache.wiki.ui.admin with parameters of type Engine Constructor Description DefaultAdminBeanManager(Engine engine) -
Uses of Engine in org.apache.wiki.ui.admin.beans
Methods in org.apache.wiki.ui.admin.beans with parameters of type Engine Modifier and Type Method Description voidPlainEditorAdminBean. initialize(Engine engine)Constructors in org.apache.wiki.ui.admin.beans with parameters of type Engine Constructor Description CoreBean(Engine engine)FilterBean(Engine engine)ModuleBean(Engine engine)PluginBean(Engine engine)SearchManagerBean(Engine engine)UserBean(Engine engine) -
Uses of Engine in org.apache.wiki.url
Fields in org.apache.wiki.url declared as Engine Modifier and Type Field Description protected EngineDefaultURLConstructor. m_engineMethods in org.apache.wiki.url with parameters of type Engine Modifier and Type Method Description voidDefaultURLConstructor. initialize(Engine engine, java.util.Properties properties)Initializes this Engine component.voidShortURLConstructor. initialize(Engine engine, java.util.Properties properties)Initializes this Engine component.voidShortViewURLConstructor. initialize(Engine engine, java.util.Properties properties)Initializes this Engine component. -
Uses of Engine in org.apache.wiki.workflow
Methods in org.apache.wiki.workflow that return Engine Modifier and Type Method Description protected EngineDefaultWorkflowManager. getEngine()Protected helper method that returns the associated EngineMethods in org.apache.wiki.workflow with parameters of type Engine Modifier and Type Method Description static WorkflowBuilderWorkflowBuilder. getBuilder(Engine engine)Returns the WorkflowBuilder instance for a Engine.voidDefaultWorkflowManager. initialize(Engine engine, java.util.Properties props)Initializes this Engine component. -
Uses of Engine in org.apache.wiki.xmlrpc
Fields in org.apache.wiki.xmlrpc declared as Engine Modifier and Type Field Description protected EngineAbstractRPCHandler. m_engine
-