Uses of Interface
org.apache.wiki.api.core.Engine
Packages that use Engine
Package
Description
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.
-
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 TypeMethodDescriptionvoid
Initializable.initialize
(Engine engine, Properties props) Initializes this Engine component.default void
EngineLifecycleExtension.onShutdown
(Engine e, Properties properties) Called beforeEngine
shutdown.default void
EngineLifecycleExtension.onStart
(Engine e, Properties properties) Called afterEngine
initialization. -
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 TypeMethodDescriptiondefault void
Called for every filter, e.g. on wiki engine shutdown.void
BasePageFilter.initialize
(Engine engine, Properties properties) If you override this, you should call super.initialize() first.void
PageFilter.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 TypeMethodDescriptionvoid
InitializablePlugin.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 TypeMethodDescriptionvoid
WikiProvider.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 configuredEngine
instance.EngineDSL.find
(javax.servlet.ServletConfig config, Properties props) Locate, or build if necessary, a configuredEngine
instance.EngineDSL.find
(javax.servlet.ServletContext context, Properties props) Locate, or build if necessary, a configuredEngine
instance.EngineSPI.find
(javax.servlet.ServletContext context, Properties props) Locate, or build if necessary, a configuredEngine
instance.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#ALL
andRole#ANONYMOUS
.Creates a new "guest" session containing a single user Principalorg.apache.wiki.auth.WikiPrincipal#GUEST
, plus the role principalsRole#ALL
andRole#ANONYMOUS
.Creates aPage
instance.Creates aPage
instance.void
Removes the wiki session associated with the user's HTTP request from the cache of wiki sessions, typically as part of a logout process.void
Removes the wiki session associated with the user's HTTP request from the cache of wiki sessions, typically as part of a logout process.