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
 BBCode getBBCode(String tagName)
          Get a specific BBCode definition
 Collection<String> getSupportedBBCodes()
          Get the list of BBCodes tag names that this provider can provide
 

Method Detail

getSupportedBBCodes

Collection<String> getSupportedBBCodes()
Get the list of BBCodes tag names that this provider can provide

Returns:

getBBCode

BBCode getBBCode(String tagName)
Get a specific BBCode definition

Parameters:
tagName -
Returns:


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.