Uses of Interface
org.apache.wiki.api.engine.Initializable
-
Packages that use Initializable Package Description 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.cache Provides a cache abstraction for JSPWiki.org.apache.wiki.render Provides the JSPWiki rendering functionality.org.apache.wiki.rss Provides the JSPWiki RSS feeds functionality.org.apache.wiki.ui Java classes for management of the JSP user interface.org.apache.wiki.url Provides the URL generation routines.org.apache.wiki.workflow -
-
Uses of Initializable in org.apache.wiki.auth
Subinterfaces of Initializable in org.apache.wiki.auth Modifier and Type Interface Description interfaceAuthenticationManagerManages authentication activities for a Engine: user login, logout, and credential refreshes.interfaceAuthorizationManagerManages all access control and authorization; determines what authenticated users are allowed to do.interfaceUserManagerProvides a facade for obtaining user information.Classes in org.apache.wiki.auth that implement Initializable Modifier and Type Class Description classDefaultAuthenticationManagerDefault implementation forAuthenticationManagerclassDefaultAuthorizationManagerDefault implementation forAuthorizationManagerclassDefaultUserManagerDefault implementation forUserManager. -
Uses of Initializable in org.apache.wiki.auth.acl
Subinterfaces of Initializable in org.apache.wiki.auth.acl Modifier and Type Interface Description interfaceAclManagerSpecifies how to parse and return ACLs from wiki pages.Classes in org.apache.wiki.auth.acl that implement Initializable Modifier and Type Class Description classDefaultAclManagerDefault 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.authorize Modifier and Type Interface Description interfaceGroupManagerFacade 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 Initializable Modifier and Type Class Description classDefaultGroupManagerFacade 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 Modifier and Type Class Description classEhcacheCachingManagerEhcache-basedCachingManager. -
Uses of Initializable in org.apache.wiki.render
Subinterfaces of Initializable in org.apache.wiki.render Modifier and Type Interface Description interfaceRenderingManagerThis class provides a facade towards the differing rendering routines.Classes in org.apache.wiki.render that implement Initializable Modifier and Type Class Description classDefaultRenderingManagerThis class provides a facade towards the differing rendering routines. -
Uses of Initializable in org.apache.wiki.rss
Subinterfaces of Initializable in org.apache.wiki.rss Modifier and Type Interface Description interfaceRSSGeneratorThe master class for generating different kinds of Feeds (including RSS1.0, 2.0 and Atom).Classes in org.apache.wiki.rss that implement Initializable Modifier and Type Class Description classDefaultRSSGeneratorDefault implementation forRSSGenerator. -
Uses of Initializable in org.apache.wiki.ui
Subinterfaces of Initializable in org.apache.wiki.ui Modifier and Type Interface Description interfaceEditorManagerDefines an editor manager.Classes in org.apache.wiki.ui that implement Initializable Modifier and Type Class Description classDefaultEditorManagerDefines an editor manager. -
Uses of Initializable in org.apache.wiki.url
Subinterfaces of Initializable in org.apache.wiki.url Modifier and Type Interface Description interfaceURLConstructorProvides an interface through which JSPWiki constructs URLs.Classes in org.apache.wiki.url that implement Initializable Modifier and Type Class Description classDefaultURLConstructorImplements the default URL constructor using links directly to the JSP pages.classShortURLConstructorProvides a way to do short URLs of the form /wiki/PageName.classShortViewURLConstructorA 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.workflow Modifier and Type Interface Description interfaceWorkflowManagerMonitor class that tracks running Workflows.Classes in org.apache.wiki.workflow that implement Initializable Modifier and Type Class Description classDefaultWorkflowManagerMonitor class that tracks running Workflows.
-