Uses of Interface
org.apache.wiki.api.engine.Initializable
Packages that use Initializable
Package
Description
JSPWiki's Engine events component related classes.
Authentication, Authorization and the third A thing.
Access Control List implementation.
Authorizer implementation.
Provides a cache abstraction for JSPWiki.
Provides the JSPWiki rendering functionality.
Provides the JSPWiki RSS feeds functionality.
Java classes for management of the JSP user interface.
Provides the URL generation routines.
-
Uses of Initializable in org.apache.wiki.api.events
Subinterfaces of Initializable in org.apache.wiki.api.events -
Uses of Initializable in org.apache.wiki.auth
Subinterfaces of Initializable in org.apache.wiki.authModifier and TypeInterfaceDescriptioninterface
Manages authentication activities for a Engine: user login, logout, and credential refreshes.interface
Manages all access control and authorization; determines what authenticated users are allowed to do.interface
Provides a facade for obtaining user information.Classes in org.apache.wiki.auth that implement InitializableModifier and TypeClassDescriptionclass
Default implementation forAuthenticationManager
class
Default implementation forAuthorizationManager
class
Default implementation forUserManager
. -
Uses of Initializable in org.apache.wiki.auth.acl
Subinterfaces of Initializable in org.apache.wiki.auth.aclModifier and TypeInterfaceDescriptioninterface
Specifies how to parse and return ACLs from wiki pages.Classes in org.apache.wiki.auth.acl that implement InitializableModifier and TypeClassDescriptionclass
Default implementation that parses Acls from wiki page markup. -
Uses of Initializable in org.apache.wiki.auth.authorize
Subinterfaces of Initializable in org.apache.wiki.auth.authorizeModifier and TypeInterfaceDescriptioninterface
Facade class for storing, retrieving and managing wiki groups on behalf of AuthorizationManager, JSPs and other presentation-layer classes.Classes in org.apache.wiki.auth.authorize that implement InitializableModifier and TypeClassDescriptionclass
Facade class for storing, retrieving and managing wiki groups on behalf of AuthorizationManager, JSPs and other presentation-layer classes. -
Uses of Initializable in org.apache.wiki.cache
Classes in org.apache.wiki.cache that implement Initializable -
Uses of Initializable in org.apache.wiki.render
Subinterfaces of Initializable in org.apache.wiki.renderModifier and TypeInterfaceDescriptioninterface
This class provides a facade towards the differing rendering routines.Classes in org.apache.wiki.render that implement InitializableModifier and TypeClassDescriptionclass
This class provides a facade towards the differing rendering routines. -
Uses of Initializable in org.apache.wiki.rss
Subinterfaces of Initializable in org.apache.wiki.rssModifier and TypeInterfaceDescriptioninterface
The master class for generating different kinds of Feeds (including RSS1.0, 2.0 and Atom).Classes in org.apache.wiki.rss that implement Initializable -
Uses of Initializable in org.apache.wiki.ui
Subinterfaces of Initializable in org.apache.wiki.uiClasses in org.apache.wiki.ui that implement Initializable -
Uses of Initializable in org.apache.wiki.url
Subinterfaces of Initializable in org.apache.wiki.urlModifier and TypeInterfaceDescriptioninterface
Provides an interface through which JSPWiki constructs URLs.Classes in org.apache.wiki.url that implement InitializableModifier and TypeClassDescriptionclass
Implements the default URL constructor using links directly to the JSP pages.class
Provides a way to do short URLs of the form /wiki/PageName.class
A specific URL constructor that returns easy-to-grok URLs for VIEW and ATTACH contexts, but goes through JSP pages otherwise. -
Uses of Initializable in org.apache.wiki.workflow
Subinterfaces of Initializable in org.apache.wiki.workflowModifier and TypeInterfaceDescriptioninterface
Monitor class that tracks running Workflows.Classes in org.apache.wiki.workflow that implement InitializableModifier and TypeClassDescriptionclass
Monitor class that tracks running Workflows.