| Package | Description |
|---|---|
| org.exoplatform.forum.bbcode.api |
Provides classes necessary to manipulate with BBCode.
|
| org.exoplatform.forum.bbcode.core |
Provides core classes for BBCode processing.
|
| org.exoplatform.forum.bbcode.core.cache | |
| org.exoplatform.forum.bbcode.core.cache.data | |
| org.exoplatform.forum.bbcode.core.cache.key | |
| org.exoplatform.forum.bbcode.spi |
| Modifier and Type | Method and Description |
|---|---|
BBCode |
BBCodeService.findById(String bbcodeId)
Loads a BBCode by its given Id.
|
| Modifier and Type | Method and Description |
|---|---|
List<BBCode> |
BBCodeService.getAll()
Retrieves all BBCodes.
|
List<BBCode> |
BBCodeService.getBBCodeActive()
Gets all active BBCodes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BBCodeService.save(List<BBCode> bbcodes)
Saves a list of BBCodes.
|
| Modifier and Type | Method and Description |
|---|---|
BBCode |
BBCodeServiceImpl.findById(String id)
Loads a BBCode by its given Id.
|
BBCode |
ExtendedBBCodeProvider.getBBCode(String tagName) |
BBCode |
BuiltinBBCodeProvider.getBBCode(String tagName) |
| Modifier and Type | Method and Description |
|---|---|
protected List<BBCode> |
BBCodeRenderer.convert(List<BBCodeData> bbc) |
List<BBCode> |
BBCodeServiceImpl.getAll()
Retrieves all BBCodes.
|
List<BBCode> |
BBCodeServiceImpl.getBBCodeActive()
Gets all active BBCodes.
|
List<BBCode> |
BBCodeRenderer.getBbcodes() |
| Modifier and Type | Method and Description |
|---|---|
String |
BBCodeRenderer.processReplace(String s,
BBCode bbcode) |
String |
BBCodeRenderer.renderExample(String s,
BBCode bbco) |
| Modifier and Type | Method and Description |
|---|---|
void |
BBCodeServiceImpl.save(List<BBCode> bbcodes)
Saves a list of BBCodes.
|
| Modifier and Type | Method and Description |
|---|---|
BBCode |
CachedBBCodeService.findById(String bbcodeId) |
| Modifier and Type | Method and Description |
|---|---|
List<BBCode> |
CachedBBCodeService.getAll() |
List<BBCode> |
CachedBBCodeService.getBBCodeActive() |
| Modifier and Type | Method and Description |
|---|---|
void |
CachedBBCodeService.save(List<BBCode> bbcodes) |
| Modifier and Type | Method and Description |
|---|---|
BBCode |
BBCodeCacheData.build() |
| Constructor and Description |
|---|
BBCodeCacheData(BBCode bbCode) |
| Constructor and Description |
|---|
BBCodeKey(BBCode bbCode) |
| Modifier and Type | Method and Description |
|---|---|
BBCode |
BBCodeProvider.getBBCode(String tagName)
Get a specific BBCode definition
|
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.