Uses of Interface
org.apache.wiki.api.core.Engine
Packages that use Engine
Package
Description
The chief package of JSPWiki.
JSPWiki's central API.
JSPWiki's Engine's component related classes.
Filter's API package of JSPWiki.
Plugin's API package of JSPWiki.
Page Providers' API package of JSPWiki.
JSPWiki's SPI package.
Attachment management, uploading and downloading.
Authentication, Authorization and the third A thing.
Access Control List implementation.
Authorizer implementation.
Provides the different login modules that JSPWiki uses.
Provides a cache abstraction for JSPWiki.
Provides page and content filtering functionality for JSPWiki.
HTML to wiki syntax translation related classes.
I18n related classes.
Entry point for JSPWiki's Page Objects.
Provides plugins to the JSPWiki.
Provides storage for JSPWiki.
Provides the JSPWiki track of pages' references.
Provides the JSPWiki rendering functionality.
Provides the JSPWiki RSS feeds functionality.
Provides the JSPWiki search functionality.
Java classes for management of the JSP user interface.
Contains classes for the JSPWiki administrative interface.
Provides the URL generation routines.
-
Uses of Engine in org.apache.wiki
Classes in org.apache.wiki that implement EngineMethods in org.apache.wiki that return EngineModifier and TypeMethodDescriptionWikiBackgroundThread.getEngine()Returns the Engine that created this background thread.Methods in org.apache.wiki with parameters of type EngineModifier and TypeMethodDescriptionprotected 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, 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 intDeprecated.static Principal[]WikiSession.userPrincipals(Engine engine) Deprecated.useSessionMonitor.userPrincipals()insteadConstructors in org.apache.wiki with parameters of type EngineModifierConstructorDescriptionCreates a new WatchDog for a Thread.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, 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.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 EngineMethods in org.apache.wiki.api.core that return Engine -
Uses of Engine in org.apache.wiki.api.engine
Methods in org.apache.wiki.api.engine with parameters of type EngineModifier and TypeMethodDescriptionvoidInitializable.initialize(Engine engine, Properties props) Initializes this Engine component.default voidEngineLifecycleExtension.onShutdown(Engine e, Properties properties) Called beforeEngineshutdown.default voidEngineLifecycleExtension.onStart(Engine e, Properties properties) Called afterEngineinitialization. -
Uses of Engine in org.apache.wiki.api.filters
Fields in org.apache.wiki.api.filters declared as EngineMethods in org.apache.wiki.api.filters with parameters of type EngineModifier and TypeMethodDescriptionvoidDeprecated.default voidCalled for every filter, e.g. on wiki engine shutdown.voidBasePageFilter.initialize(Engine engine, Properties properties) If you override this, you should call super.initialize() first.voidPageFilter.initialize(Engine engine, 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 EngineModifier and TypeMethodDescriptionvoidInitializablePlugin.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 EngineModifier and TypeMethodDescriptionvoidWikiProvider.initialize(Engine engine, Properties properties) Initializes the page provider. -
Uses of Engine in org.apache.wiki.api.spi
Methods in org.apache.wiki.api.spi that return EngineModifier and TypeMethodDescriptionEngineDSL.find(javax.servlet.ServletConfig config) Locate, or build if necessary, a configuredEngineinstance.EngineDSL.find(javax.servlet.ServletConfig config, Properties props) Locate, or build if necessary, a configuredEngineinstance.EngineDSL.find(javax.servlet.ServletContext context, Properties props) Locate, or build if necessary, a configuredEngineinstance.EngineSPI.find(javax.servlet.ServletContext context, Properties props) Locate, or build if necessary, a configuredEngineinstance.Methods in org.apache.wiki.api.spi with parameters of type EngineModifier and TypeMethodDescriptionContentsDSL.attachment(Engine engine, String parentPage, String fileName) Creates a newAttachment.ContentsSPI.attachment(Engine engine, String parentPage, String fileName) Creates a newAttachment.ContextDSL.create(Engine engine, javax.servlet.http.HttpServletRequest request, String requestContext) Creates a new Context from a supplied HTTP request, using a default wiki context.Creates a new Context for the given Engine, Command and HttpServletRequest.Creates a new Context for the given Engine, Page and HttpServletRequest.Create a new Context for the given Page.ContextSPI.create(Engine engine, javax.servlet.http.HttpServletRequest request, String requestContext) Creates a new Context from a supplied HTTP request, using a default wiki context.Creates a new Context for the given Engine, Command and HttpServletRequest.Creates a new Context for the given Engine, Page and HttpServletRequest.Create a new Context for the given Page.Returns the Session object associated with the current HTTP request.Returns the Session object associated with the current HTTP request.Creates a new "guest" session containing a single user Principalorg.apache.wiki.auth.WikiPrincipal#GUEST, plus the role principalsRole#ALLandRole#ANONYMOUS.Creates a new "guest" session containing a single user Principalorg.apache.wiki.auth.WikiPrincipal#GUEST, plus the role principalsRole#ALLandRole#ANONYMOUS.Creates aPageinstance.Creates aPageinstance.voidRemoves the wiki session associated with the user's HTTP request from the cache of wiki sessions, typically as part of a logout process.voidRemoves 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 EngineModifierConstructorDescriptionAttachment(Engine engine, String parentPage, String fileName) Creates a new attachment.DefaultAttachmentManager(Engine engine, Properties props) Creates a new AttachmentManager.DynamicAttachment(Engine engine, String parentPage, 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 EngineModifier and TypeMethodDescriptionstatic SessionMonitorSessionMonitor.getInstance(Engine engine) Returns the instance of the SessionMonitor for this wiki.voidAuthorizer.initialize(Engine engine, Properties props) Initializes the authorizer.voidDefaultAuthenticationManager.initialize(Engine engine, Properties props) Initializes this Engine component.voidDefaultAuthorizationManager.initialize(Engine engine, Properties properties) Initializes this Engine component.voidDefaultUserManager.initialize(Engine engine, Properties props) Initializes this Engine component.Constructors in org.apache.wiki.auth with parameters of type EngineModifierConstructorDescriptionSecurityVerifier(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 EngineModifier and TypeMethodDescriptionvoidDefaultAclManager.initialize(Engine engine, Properties props) Initializes this Engine component. -
Uses of Engine in org.apache.wiki.auth.authorize
Fields in org.apache.wiki.auth.authorize declared as EngineModifier and TypeFieldDescriptionprotected EngineDefaultGroupManager.m_engineprotected EngineWebContainerAuthorizer.m_engineMethods in org.apache.wiki.auth.authorize with parameters of type EngineModifier and TypeMethodDescriptionvoidDefaultGroupManager.initialize(Engine engine, Properties props) Initializes this Engine component.voidGroupDatabase.initialize(Engine engine, Properties props) Initializes the group database based on values from a Properties object.voidJDBCGroupDatabase.initialize(Engine engine, Properties props) Initializes the group database based on values from a Properties object.voidWebContainerAuthorizer.initialize(Engine engine, Properties props) Initializes the authorizer for.voidXMLGroupDatabase.initialize(Engine engine, 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 EngineMethods in org.apache.wiki.auth.login with parameters of type EngineModifier and TypeMethodDescriptionstatic 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.voidSets the engine object.static voidCookieAuthenticationLoginModule.setLoginCookie(Engine engine, javax.servlet.http.HttpServletResponse response, String username) Sets a login cookie based on properties set by the user.Constructors in org.apache.wiki.auth.login with parameters of type EngineModifierConstructorDescriptionWebContainerCallbackHandler(Engine engine, javax.servlet.http.HttpServletRequest request) Create a new handler.WikiCallbackHandler(Engine engine, javax.servlet.http.HttpServletRequest request, String username, 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 EngineModifier and TypeMethodDescriptionabstract voidAbstractUserDatabase.initialize(Engine engine, Properties props) Initializes the user database based on values from a Properties object.voidDummyUserDatabase.initialize(Engine engine, Properties props) No-op.voidJDBCUserDatabase.initialize(Engine engine, Properties props) voidUserDatabase.initialize(Engine engine, Properties props) Initializes the user database based on values from a Properties object.voidXMLUserDatabase.initialize(Engine engine, 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 EngineModifier and TypeMethodDescriptionvoidEhcacheCachingManager.initialize(Engine engine, Properties props) Initializes this Engine component. -
Uses of Engine in org.apache.wiki.diff
Methods in org.apache.wiki.diff with parameters of type EngineModifier and TypeMethodDescriptionvoidContextualDiffProvider.initialize(Engine engine, Properties properties) voidDiffProvider.NullDiffProvider.initialize(Engine engine, Properties properties) Initializes the page provider.voidExternalDiffProvider.initialize(Engine engine, Properties properties) Initializes the page provider.voidTraditionalDiffProvider.initialize(Engine engine, Properties properties) Initializes the page provider.Constructors in org.apache.wiki.diff with parameters of type EngineModifierConstructorDescriptionDefaultDifferenceManager(Engine engine, 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 EngineModifier and TypeMethodDescriptionvoidCreoleFilter.initialize(Engine engine, Properties props) If you override this, you should call super.initialize() first.voidPageEventFilter.initialize(Engine engine, Properties properties) Called whenever a new PageFilter is instantiated and reset.voidPingWeblogsComFilter.initialize(Engine engine, Properties props) If you override this, you should call super.initialize() first.voidSpamFilter.initialize(Engine engine, Properties properties) If you override this, you should call super.initialize() first.Constructors in org.apache.wiki.filters with parameters of type EngineModifierConstructorDescriptionDefaultFilterManager(Engine engine, 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 EngineModifierConstructorDescriptionCreate 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 EngineModifierConstructorDescriptionConstructs a new InternationalizationManager. -
Uses of Engine in org.apache.wiki.modules
Fields in org.apache.wiki.modules declared as EngineConstructors in org.apache.wiki.modules with parameters of type Engine -
Uses of Engine in org.apache.wiki.pages
Methods in org.apache.wiki.pages that return EngineModifier and TypeMethodDescriptionprotected EngineDefaultPageManager.getEngine()Returns the Engine to which this PageManager belongs to.Constructors in org.apache.wiki.pages with parameters of type EngineModifierConstructorDescriptionDefaultPageManager(Engine engine, Properties props) Creates a new PageManager. -
Uses of Engine in org.apache.wiki.parser
Fields in org.apache.wiki.parser declared as Engine -
Uses of Engine in org.apache.wiki.plugin
Fields in org.apache.wiki.plugin declared as EngineMethods in org.apache.wiki.plugin with parameters of type EngineModifier and TypeMethodDescriptionWeblogPlugin.findBlogEntries(Engine engine, String baseName, Date start, Date end) Attempts to locate all pages that correspond to the blog entry pattern.WeblogEntryPlugin.getNewEntryPage(Engine engine, 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 EngineModifierConstructorDescriptionDefaultPluginManager(Engine engine, Properties props) Create a new PluginManager. -
Uses of Engine in org.apache.wiki.providers
Fields in org.apache.wiki.providers declared as EngineMethods in org.apache.wiki.providers with parameters of type EngineModifier and TypeMethodDescriptionvoidAbstractFileProvider.initialize(Engine engine, Properties properties) Initializes the page provider.voidBasicAttachmentProvider.initialize(Engine engine, Properties properties) Initializes the page provider.voidCachingAttachmentProvider.initialize(Engine engine, Properties properties) Initializes the page provider.voidCachingProvider.initialize(Engine engine, Properties properties) Initializes the page provider.voidVersioningFileProvider.initialize(Engine engine, Properties properties) Initializes the page provider.voidWikiAttachmentAdapterProvider.initialize(Engine engine, Properties properties) Deprecated.Initializes the page provider.voidWikiPageAdapterProvider.initialize(Engine engine, 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 EngineModifierConstructorDescriptionDefaultReferenceManager(Engine engine) Builds a new ReferenceManager. -
Uses of Engine in org.apache.wiki.render
Methods in org.apache.wiki.render with parameters of type EngineModifier and TypeMethodDescriptionvoidDefaultRenderingManager.initialize(Engine engine, Properties properties) Initializes this Engine component. -
Uses of Engine in org.apache.wiki.rss
Methods in org.apache.wiki.rss with parameters of type EngineModifier and TypeMethodDescriptionvoidDefaultRSSGenerator.initialize(Engine engine, Properties properties) Initializes this Engine component.Constructors in org.apache.wiki.rss with parameters of type EngineModifierConstructorDescriptionDefaultRSSGenerator(Engine engine, Properties properties) Builds the RSS generator for a given Engine.Create a new RSS thread. -
Uses of Engine in org.apache.wiki.search
Methods in org.apache.wiki.search that return EngineModifier and TypeMethodDescriptionprotected EngineLuceneSearchProvider.getEngine()Returns the handling engine.Methods in org.apache.wiki.search with parameters of type EngineModifier and TypeMethodDescriptionvoidBasicSearchProvider.initialize(Engine engine, Properties props) Initializes the page provider.voidDefaultSearchManager.initialize(Engine engine, Properties properties) If you override this, you should call super.initialize() first.voidLuceneSearchProvider.initialize(Engine engine, Properties props) Initializes the page provider.Constructors in org.apache.wiki.search with parameters of type EngineModifierConstructorDescriptionDefaultSearchManager(Engine engine, 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 EngineModifier and TypeMethodDescriptionvoidKendraSearchProvider.initialize(Engine engine, Properties properties) Initializes the page provider. -
Uses of Engine in org.apache.wiki.spi
Methods in org.apache.wiki.spi that return EngineModifier and TypeMethodDescriptionEngineSPIDefaultImpl.find(javax.servlet.ServletContext context, Properties props) Locate, or build if necessary, a configuredEngineinstance.Methods in org.apache.wiki.spi with parameters of type EngineModifier and TypeMethodDescriptionContentsSPIDefaultImpl.attachment(Engine engine, String parentPage, String fileName) Creates a newAttachment.ContextSPIDefaultImpl.create(Engine engine, javax.servlet.http.HttpServletRequest request, String requestContext) Creates a new Context from a supplied HTTP request, using a default wiki context.ContextSPIDefaultImpl.create(Engine engine, javax.servlet.http.HttpServletRequest request, Command command) Creates a new Context for the given Engine, Command and HttpServletRequest.ContextSPIDefaultImpl.create(Engine engine, javax.servlet.http.HttpServletRequest request, Page page) Creates a new Context for the given Engine, Page and HttpServletRequest.Create a new Context for the given Page.Returns the Session object associated with the current HTTP request.Creates a new "guest" session containing a single user Principalorg.apache.wiki.auth.WikiPrincipal#GUEST, plus the role principalsRole#ALLandRole#ANONYMOUS.Creates aPageinstance.voidRemoves 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 EngineMethods in org.apache.wiki.ui with parameters of type EngineModifier and TypeMethodDescriptionvoidDefaultEditorManager.initialize(Engine engine, Properties props) Initializes this Engine component.Constructors in org.apache.wiki.ui with parameters of type EngineModifierConstructorDescriptionDefaultCommandResolver(Engine engine, Properties properties) Constructs a CommandResolver for a given Engine.DefaultEditorManager(Engine engine) DefaultTemplateManager(Engine engine, 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 EngineModifier and TypeFieldDescriptionprotected 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 EngineModifier and TypeMethodDescriptionvoidAdminBean.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 -
Uses of Engine in org.apache.wiki.ui.admin.beans
Methods in org.apache.wiki.ui.admin.beans with parameters of type EngineConstructors in org.apache.wiki.ui.admin.beans with parameters of type EngineModifierConstructorDescriptionFilterBean(Engine engine) ModuleBean(Engine engine) PluginBean(Engine engine) SearchManagerBean(Engine engine) -
Uses of Engine in org.apache.wiki.url
Fields in org.apache.wiki.url declared as EngineMethods in org.apache.wiki.url with parameters of type EngineModifier and TypeMethodDescriptionvoidDefaultURLConstructor.initialize(Engine engine, Properties properties) Initializes this Engine component.voidShortURLConstructor.initialize(Engine engine, Properties properties) Initializes this Engine component.voidShortViewURLConstructor.initialize(Engine engine, Properties properties) Initializes this Engine component. -
Uses of Engine in org.apache.wiki.workflow
Methods in org.apache.wiki.workflow that return EngineModifier and TypeMethodDescriptionprotected EngineDefaultWorkflowManager.getEngine()Protected helper method that returns the associated EngineMethods in org.apache.wiki.workflow with parameters of type EngineModifier and TypeMethodDescriptionstatic WorkflowBuilderWorkflowBuilder.getBuilder(Engine engine) Returns the WorkflowBuilder instance for a Engine.voidDefaultWorkflowManager.initialize(Engine engine, Properties props) Initializes this Engine component. -
Uses of Engine in org.apache.wiki.xmlrpc
Fields in org.apache.wiki.xmlrpc declared as Engine
SessionMonitor.sessions()instead