| Package | Description | 
|---|---|
| org.apache.wiki | 
 The chief package of JSPWiki. 
 | 
| org.apache.wiki.auth | 
 Authentication, Authorization and the third A thing. 
 | 
| org.apache.wiki.auth.authorize | 
 Authorizer implementation. 
 | 
| org.apache.wiki.auth.user | |
| org.apache.wiki.diff | |
| org.apache.wiki.providers | 
 Provides storage for JSPWiki. 
 | 
| org.apache.wiki.rss | |
| org.apache.wiki.search | 
 Provides the JSPWiki search functionality. 
 | 
| org.apache.wiki.util | 
 Provides a number of utility libraries that are of general use. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WikiProvider.initialize(WikiEngine engine,
          Properties properties)
Initializes the page provider. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UserManager.DummyUserDatabase.initialize(WikiEngine engine,
          Properties props)
No-op. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
XMLGroupDatabase.initialize(WikiEngine engine,
          Properties props)
Initializes the group database based on values from a Properties object. 
 | 
void | 
JDBCGroupDatabase.initialize(WikiEngine engine,
          Properties props)
Initializes the group database based on values from a Properties object. 
 | 
void | 
GroupDatabase.initialize(WikiEngine engine,
          Properties props)
Initializes the group database based on values from a Properties object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
XMLUserDatabase.initialize(WikiEngine engine,
          Properties props)
Initializes the user database based on values from a Properties object. 
 | 
void | 
UserDatabase.initialize(WikiEngine engine,
          Properties props)
Initializes the user database based on values from a Properties object. 
 | 
void | 
JDBCUserDatabase.initialize(WikiEngine engine,
          Properties props)  | 
abstract void | 
AbstractUserDatabase.initialize(WikiEngine engine,
          Properties props)
Initializes the user database based on values from a Properties object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TraditionalDiffProvider.initialize(WikiEngine engine,
          Properties properties)
Initializes the page provider. 
 | 
void | 
ExternalDiffProvider.initialize(WikiEngine engine,
          Properties properties)
Initializes the page provider. 
 | 
void | 
DiffProvider.NullDiffProvider.initialize(WikiEngine engine,
          Properties properties)
Initializes the page provider. 
 | 
void | 
ContextualDiffProvider.initialize(WikiEngine engine,
          Properties properties)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VersioningFileProvider.initialize(WikiEngine engine,
          Properties properties)
Initializes the page provider. 
 | 
void | 
CachingProvider.initialize(WikiEngine engine,
          Properties properties)
Initializes the page provider. 
 | 
void | 
CachingAttachmentProvider.initialize(WikiEngine engine,
          Properties properties)
Initializes the page provider. 
 | 
void | 
BasicAttachmentProvider.initialize(WikiEngine engine,
          Properties properties)
Initializes the page provider. 
 | 
void | 
AbstractFileProvider.initialize(WikiEngine engine,
          Properties properties)
Initializes the page provider. 
 | 
| Constructor and Description | 
|---|
RSSGenerator(WikiEngine engine,
            Properties properties)
Initialize the RSS generator for a given WikiEngine. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LuceneSearchProvider.initialize(WikiEngine engine,
          Properties props)
Initializes the page provider. 
 | 
void | 
BasicSearchProvider.initialize(WikiEngine engine,
          Properties props)
Initializes the page provider. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
TextUtil.getRequiredProperty(Properties props,
                   String key)
Throws an exception if a property is not found. 
 | 
Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.