Class BuiltinBBCodeProvider
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,,BBCode> 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$
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a specific BBCode definitionGet the list of BBCodes tag names that this provider can provideMethods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
BuiltinBBCodeProvider
public BuiltinBBCodeProvider()
-
-
Method Details
-
getBBCode
Description copied from interface:BBCodeProviderGet a specific BBCode definition- Specified by:
getBBCodein interfaceBBCodeProvider- Returns:
-
getSupportedBBCodes
Description copied from interface:BBCodeProviderGet the list of BBCodes tag names that this provider can provide- Specified by:
getSupportedBBCodesin interfaceBBCodeProvider- Returns:
-