Uses of Class
org.exoplatform.forum.bbcode.spi.BBCodePlugin
Packages that use BBCodePlugin
Package
Description
Provides classes necessary to manipulate with BBCode.
Provides core classes for BBCode processing.
-
Uses of BBCodePlugin in org.exoplatform.forum.bbcode.api
Methods in org.exoplatform.forum.bbcode.api with parameters of type BBCodePluginModifier and TypeMethodDescriptionvoidBBCodeService.registerBBCodePlugin(BBCodePlugin plugin) Registers a new BBCode plugin. -
Uses of BBCodePlugin in org.exoplatform.forum.bbcode.core
Methods in org.exoplatform.forum.bbcode.core that return types with arguments of type BBCodePluginMethods in org.exoplatform.forum.bbcode.core with parameters of type BBCodePluginModifier and TypeMethodDescriptionvoidBBCodeServiceImpl.registerBBCodePlugin(BBCodePlugin plugin) Registers a new BBCode plugin.Method parameters in org.exoplatform.forum.bbcode.core with type arguments of type BBCodePlugin -
Uses of BBCodePlugin in org.exoplatform.forum.bbcode.core.cache
Methods in org.exoplatform.forum.bbcode.core.cache with parameters of type BBCodePluginModifier and TypeMethodDescriptionvoidCachedBBCodeService.registerBBCodePlugin(BBCodePlugin plugin)