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 TypeInterfaceDescriptioninterfaceManages authentication activities for a Engine: user login, logout, and credential refreshes.interfaceManages all access control and authorization; determines what authenticated users are allowed to do.interfaceProvides a facade for obtaining user information.Classes in org.apache.wiki.auth that implement InitializableModifier and TypeClassDescriptionclassDefault implementation forAuthenticationManagerclassDefault implementation forAuthorizationManagerclassDefault implementation forUserManager. -
Uses of Initializable in org.apache.wiki.auth.acl
Subinterfaces of Initializable in org.apache.wiki.auth.aclModifier and TypeInterfaceDescriptioninterfaceSpecifies how to parse and return ACLs from wiki pages.Classes in org.apache.wiki.auth.acl that implement InitializableModifier and TypeClassDescriptionclassDefault 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 TypeInterfaceDescriptioninterfaceFacade 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 TypeClassDescriptionclassFacade 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 TypeInterfaceDescriptioninterfaceThis class provides a facade towards the differing rendering routines.Classes in org.apache.wiki.render that implement InitializableModifier and TypeClassDescriptionclassThis 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 TypeInterfaceDescriptioninterfaceThe 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 TypeInterfaceDescriptioninterfaceProvides an interface through which JSPWiki constructs URLs.Classes in org.apache.wiki.url that implement InitializableModifier and TypeClassDescriptionclassImplements the default URL constructor using links directly to the JSP pages.classProvides a way to do short URLs of the form /wiki/PageName.classA 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 TypeInterfaceDescriptioninterfaceMonitor class that tracks running Workflows.Classes in org.apache.wiki.workflow that implement InitializableModifier and TypeClassDescriptionclassMonitor class that tracks running Workflows.