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

Packages that use BBCodePlugin
org.exoplatform.forum.bbcode.api   
org.exoplatform.forum.bbcode.core   
 

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)
          Register 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)
          Register 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 © 2013 eXo Platform SAS. All Rights Reserved.