org.exoplatform.forum.bbcode.core.BBCodeServiceImpl
| org.exoplatform.forum.bbcode.core.BBCodeServiceImpl | Manages CRUD operations on BBCodes. |
org.exoplatform.forum.bbcode.api.BBCodeService
| org.exoplatform.forum.bbcode.core.cache.CachedBBCodeService | Caches operations on BBCodes. |
org.exoplatform.forum.service.DataStorage
| org.exoplatform.forum.service.cache.CachedDataStorage | Stores data of Forums via the JCR system. |
org.exoplatform.forum.service.impl.JCRDataStorage
| org.exoplatform.forum.service.impl.JCRDataStorage | Implements the DataStorage component. |
org.exoplatform.forum.service.ForumService
| org.exoplatform.forum.service.impl.ForumServiceImpl | Includes all public APIs to interact with the UI component and database. |
org.exoplatform.forum.service.ForumStatisticsService
| org.exoplatform.forum.service.impl.ForumStatisticsServiceImpl | Includes all public APIs to interact with the database of Statistics system. |
org.exoplatform.forum.service.ws.ForumWebservice
| N/A | Provides web services for the Forum application. |
org.exoplatform.forum.common.image.ResizeImageService
| org.exoplatform.forum.common.image.impl.ResizeImageServiceImpl | Resizes the avatar image in the Forum and Answer applications. |
org.exoplatform.forum.rendering.MarkupRenderingService
| org.exoplatform.forum.rendering.MarkupRenderingService | Renders BBCodes or HTML. |
org.exoplatform.forum.common.jcr.KSDataLocation
| org.exoplatform.forum.common.jcr.KSDataLocation | Defines the default node path of JCR storage for the data of Forum, Answer and Poll applications.
Its
workspace
value-param which is used to define the workspace where stores the Forum, Answer and Poll data.
|
org.exoplatform.forum.common.user.ContactProvider
| org.exoplatform.forum.ext.common.SocialContactProvider | Auto-synchronizes users' profile in Social Intranet with the users' information in the Forum application. |
org.exoplatform.forum.common.webui.cssfile.CssClassManager
| org.exoplatform.forum.common.webui.cssfile.CssClassManager | Manages CSS class of file icons. |