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 interface
AuthenticationManager
Manages authentication activities for a Engine: user login, logout, and credential refreshes.interface
AuthorizationManager
Manages all access control and authorization; determines what authenticated users are allowed to do.interface
UserManager
Provides a facade for obtaining user information.Classes in org.apache.wiki.auth that implement Initializable Modifier and Type Class Description class
DefaultAuthenticationManager
Default implementation forAuthenticationManager
class
DefaultAuthorizationManager
Default implementation forAuthorizationManager
class
DefaultUserManager
Default 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 interface
AclManager
Specifies how to parse and return ACLs from wiki pages.Classes in org.apache.wiki.auth.acl that implement Initializable Modifier and Type Class Description class
DefaultAclManager
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.authorize Modifier and Type Interface Description interface
GroupManager
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 Initializable Modifier and Type Class Description class
DefaultGroupManager
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 Modifier and Type Class Description class
EhcacheCachingManager
Ehcache-basedCachingManager
. -
Uses of Initializable in org.apache.wiki.render
Subinterfaces of Initializable in org.apache.wiki.render Modifier and Type Interface Description interface
RenderingManager
This class provides a facade towards the differing rendering routines.Classes in org.apache.wiki.render that implement Initializable Modifier and Type Class Description class
DefaultRenderingManager
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.rss Modifier and Type Interface Description interface
RSSGenerator
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 Modifier and Type Class Description class
DefaultRSSGenerator
Default implementation forRSSGenerator
. -
Uses of Initializable in org.apache.wiki.ui
Subinterfaces of Initializable in org.apache.wiki.ui Modifier and Type Interface Description interface
EditorManager
Defines an editor manager.Classes in org.apache.wiki.ui that implement Initializable Modifier and Type Class Description class
DefaultEditorManager
Defines an editor manager. -
Uses of Initializable in org.apache.wiki.url
Subinterfaces of Initializable in org.apache.wiki.url Modifier and Type Interface Description interface
URLConstructor
Provides an interface through which JSPWiki constructs URLs.Classes in org.apache.wiki.url that implement Initializable Modifier and Type Class Description class
DefaultURLConstructor
Implements the default URL constructor using links directly to the JSP pages.class
ShortURLConstructor
Provides a way to do short URLs of the form /wiki/PageName.class
ShortViewURLConstructor
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.workflow Modifier and Type Interface Description interface
WorkflowManager
Monitor class that tracks running Workflows.Classes in org.apache.wiki.workflow that implement Initializable Modifier and Type Class Description class
DefaultWorkflowManager
Monitor class that tracks running Workflows.
-