Uses of Class
org.exoplatform.forum.bbcode.api.BBCode
Packages that use BBCode
Package
Description
Provides classes necessary to manipulate with BBCode.
Provides core classes for BBCode processing.
-
Uses of BBCode in org.exoplatform.forum.bbcode.api
Methods in org.exoplatform.forum.bbcode.api that return BBCodeModifier and TypeMethodDescriptionLoads a BBCode by its given Id.Methods in org.exoplatform.forum.bbcode.api that return types with arguments of type BBCodeModifier and TypeMethodDescriptionBBCodeService.getAll()Retrieves all BBCodes.BBCodeService.getBBCodeActive()Gets all active BBCodes.Method parameters in org.exoplatform.forum.bbcode.api with type arguments of type BBCode -
Uses of BBCode in org.exoplatform.forum.bbcode.core
Methods in org.exoplatform.forum.bbcode.core that return BBCodeModifier and TypeMethodDescriptionLoads a BBCode by its given Id.Methods in org.exoplatform.forum.bbcode.core that return types with arguments of type BBCodeModifier and TypeMethodDescriptionBBCodeRenderer.convert(List<BBCodeData> bbc) BBCodeServiceImpl.getAll()Retrieves all BBCodes.BBCodeServiceImpl.getBBCodeActive()Gets all active BBCodes.BBCodeRenderer.getBbcodes()Methods in org.exoplatform.forum.bbcode.core with parameters of type BBCodeModifier and TypeMethodDescriptionBBCodeRenderer.processReplace(String s, BBCode bbcode) BBCodeRenderer.renderExample(String s, BBCode bbco) Method parameters in org.exoplatform.forum.bbcode.core with type arguments of type BBCode -
Uses of BBCode in org.exoplatform.forum.bbcode.core.cache
Methods in org.exoplatform.forum.bbcode.core.cache that return BBCodeMethods in org.exoplatform.forum.bbcode.core.cache that return types with arguments of type BBCodeModifier and TypeMethodDescriptionCachedBBCodeService.getAll()CachedBBCodeService.getBBCodeActive()Method parameters in org.exoplatform.forum.bbcode.core.cache with type arguments of type BBCode -
Uses of BBCode in org.exoplatform.forum.bbcode.core.cache.data
Methods in org.exoplatform.forum.bbcode.core.cache.data that return BBCodeConstructors in org.exoplatform.forum.bbcode.core.cache.data with parameters of type BBCode -
Uses of BBCode in org.exoplatform.forum.bbcode.core.cache.key
Constructors in org.exoplatform.forum.bbcode.core.cache.key with parameters of type BBCode -
Uses of BBCode in org.exoplatform.forum.bbcode.spi
Methods in org.exoplatform.forum.bbcode.spi that return BBCode