Package | Description |
---|---|
org.apache.wiki |
The chief package of JSPWiki.
|
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.search |
Provides the JSPWiki search functionality.
|
Modifier and Type | Method and Description |
---|---|
void |
WikiProvider.initialize(WikiEngine engine,
Properties properties)
Initializes the page provider.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupDatabase.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 |
XMLGroupDatabase.initialize(WikiEngine engine,
Properties props)
Initializes the group database based on values from a Properties object.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractUserDatabase.initialize(WikiEngine engine,
Properties props)
Initializes the user database based on values from a Properties object.
|
void |
JDBCUserDatabase.initialize(WikiEngine engine,
Properties props) |
void |
UserDatabase.initialize(WikiEngine engine,
Properties props)
Initializes the user database based on values from a Properties object.
|
void |
XMLUserDatabase.initialize(WikiEngine engine,
Properties props)
Initializes the user database based on values from a Properties object.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextualDiffProvider.initialize(WikiEngine engine,
Properties properties) |
void |
DiffProvider.NullDiffProvider.initialize(WikiEngine engine,
Properties properties)
Initializes the page provider.
|
void |
ExternalDiffProvider.initialize(WikiEngine engine,
Properties properties)
Initializes the page provider.
|
void |
TraditionalDiffProvider.initialize(WikiEngine engine,
Properties properties)
Initializes the page provider.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractFileProvider.initialize(WikiEngine engine,
Properties properties)
Initializes the page provider.
|
void |
BasicAttachmentProvider.initialize(WikiEngine engine,
Properties properties)
Initializes the page provider.
|
void |
CachingAttachmentProvider.initialize(WikiEngine engine,
Properties properties)
Initializes the page provider.
|
void |
CachingProvider.initialize(WikiEngine engine,
Properties properties)
Initializes the page provider.
|
void |
VersioningFileProvider.initialize(WikiEngine engine,
Properties properties)
Initializes the page provider.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicSearchProvider.initialize(WikiEngine engine,
Properties props)
Initializes the page provider.
|
void |
LuceneSearchProvider.initialize(WikiEngine engine,
Properties props)
Initializes the page provider.
|
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.