public class BuiltinBBCodeProvider extends HashMap<String,BBCode> implements BBCodeProvider
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BuiltinBBCodeProvider() |
| Modifier and Type | Method and Description |
|---|---|
BBCode |
getBBCode(String tagName)
Get a specific BBCode definition
|
Collection<String> |
getSupportedBBCodes()
Get the list of BBCodes tag names that this provider can provide
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic BBCode getBBCode(String tagName)
BBCodeProvidergetBBCode in interface BBCodeProviderpublic Collection<String> getSupportedBBCodes()
BBCodeProvidergetSupportedBBCodes in interface BBCodeProviderCopyright © 2003–2016 eXo Platform SAS. All rights reserved.