org.exoplatform.forum.bbcode.core
Class BuiltinBBCodeProvider
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,BBCode>
org.exoplatform.forum.bbcode.core.BuiltinBBCodeProvider
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,BBCode>, BBCodeProvider
public class BuiltinBBCodeProvider
- extends HashMap<String,BBCode>
- implements BBCodeProvider
Builtin BBCode provider. Porvides definitions for the following standard BBCodes :
I,B,U,COLOR,SIZE,FONT,HIGHLIGHT,LEFT,RIGHT,CENTER,JUSTIFY,EMAIL,URL,GOTO,LIST,IMG,QUOTE,CSS
- Version:
- $Revision$
- Author:
- Patrice Lamarque
- See Also:
- Serialized Form
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
BuiltinBBCodeProvider
public BuiltinBBCodeProvider()
getBBCode
public BBCode getBBCode(String tagName)
- Description copied from interface:
BBCodeProvider
- Get a specific BBCode definition
- Specified by:
getBBCode in interface BBCodeProvider
- Returns:
getSupportedBBCodes
public Collection<String> getSupportedBBCodes()
- Description copied from interface:
BBCodeProvider
- Get the list of BBCodes tag names that this provider can provide
- Specified by:
getSupportedBBCodes in interface BBCodeProvider
- Returns:
Copyright © 2013 eXo Platform SAS. All Rights Reserved.