Uses of Class
org.exoplatform.forum.bbcode.spi.BBCodePlugin

Packages that use BBCodePlugin
org.exoplatform.forum.bbcode.api Provides classes necessary to manipulate with BBCode. 
org.exoplatform.forum.bbcode.core 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 BBCodePlugin
 void BBCodeService.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 BBCodePlugin
 List<BBCodePlugin> BBCodeServiceImpl.getPlugins()
           
 

Methods in org.exoplatform.forum.bbcode.core with parameters of type BBCodePlugin
 void MemoryBBCodeService.registerBBCodePlugin(BBCodePlugin plugin)
           
 void BBCodeServiceImpl.registerBBCodePlugin(BBCodePlugin plugin)
          Registers a new BBCode plugin.
 

Method parameters in org.exoplatform.forum.bbcode.core with type arguments of type BBCodePlugin
 void BBCodeServiceImpl.setPlugins(List<BBCodePlugin> plugins)
           
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.