Package org.exoplatform.forum.bbcode.spi
Interface BBCodeProvider
- All Known Implementing Classes:
BuiltinBBCodeProvider,ExtendedBBCodeProvider
public interface BBCodeProvider
Responsible to provide a list of BBCode definitions
- Version:
- $Revision$
- Author:
- Patrice Lamarque
-
Method Summary
Modifier and TypeMethodDescriptionGet a specific BBCode definitionGet the list of BBCodes tag names that this provider can provide
-
Method Details
-
getSupportedBBCodes
Collection<String> getSupportedBBCodes()Get the list of BBCodes tag names that this provider can provide- Returns:
-
getBBCode
Get a specific BBCode definition- Parameters:
tagName-- Returns:
-