org.jamwiki.model |
Provides basic objects for use on the Wiki, including WikiUser, Topic, TopicVersion, etc.
|
Java Source File Name | Type | Comment |
Category.java | Class | Provides an object representing a Wiki category. |
RecentChange.java | Class | Provides an object representing a Wiki recent change. |
Role.java | Class | Provides an object representing a Wiki role and implementing the Acegi
GrantedAuthority interface. |
RoleMap.java | Class | Provides an object representing a mapping of a user or group to a set of
roles. |
Topic.java | Class | Provides an object representing a Wiki topic. |
TopicVersion.java | Class | Provides an object representing a version of a Wiki topic. |
VirtualWiki.java | Class | Provides an object representing a virtual wiki. |
Watchlist.java | Class | Provides an object representing a watchlist object consisting of a virtual
wiki and a collection of topics being watched. |
WikiConfigurationObject.java | Class | Provides an object representing a configuration value as used by
org.jamwiki.WikiConfiguration . |
WikiDiff.java | Class | Provides an object representing the difference between two topic versions,
as created by
org.jamwiki.utils.DiffUtil . |
WikiFile.java | Class | Provides an object representing a file uploaded to the Wiki. |
WikiFileVersion.java | Class | Provides an object representing a version of a file uploaded to the Wiki. |
WikiGroup.java | Class | Provides an object representing a Wiki group. |
WikiImage.java | Class | Provides an object representing a Wiki image. |
WikiReference.java | Class | Provides an object representing a Wiki reference, which is a citation
appearing within a Wiki topic. |
WikiUser.java | Class | Provides an object representing Wiki-specific information about a user of
the Wiki. |
WikiUserInfo.java | Class | Provides an object representing basic information about a user that is not
Wiki-specific. |