Uses of Interface
org.exoplatform.wiki.service.WikiService

Packages that use WikiService
org.exoplatform.wiki.mow.core.api   
org.exoplatform.wiki.mow.core.api.wiki   
org.exoplatform.wiki.rendering.cache.impl   
org.exoplatform.wiki.rendering.macro.include   
org.exoplatform.wiki.resolver   
org.exoplatform.wiki.service.impl Packaging implementation of the services layer of the wiki application. 
 

Uses of WikiService in org.exoplatform.wiki.mow.core.api
 

Constructors in org.exoplatform.wiki.mow.core.api with parameters of type WikiService
MOWService(org.exoplatform.commons.chromattic.ChromatticManager chromatticManager, WikiService wService, org.exoplatform.wiki.rendering.RenderingService renderingService)
           
 

Uses of WikiService in org.exoplatform.wiki.mow.core.api.wiki
 

Methods in org.exoplatform.wiki.mow.core.api.wiki that return WikiService
 WikiService WikiImpl.getWikiService()
           
 WikiService PageImpl.getWikiService()
           
 WikiService WikiContainer.getwService()
           
 

Methods in org.exoplatform.wiki.mow.core.api.wiki with parameters of type WikiService
 void WikiImpl.setWikiService(WikiService wService)
           
 void PageImpl.setWikiService(WikiService wService)
           
 void WikiContainer.setwService(WikiService wService)
           
 

Uses of WikiService in org.exoplatform.wiki.rendering.cache.impl
 

Constructors in org.exoplatform.wiki.rendering.cache.impl with parameters of type WikiService
PageRenderingCacheServiceImpl(org.exoplatform.wiki.rendering.RenderingService renderingService, WikiService wikiService, org.exoplatform.services.cache.CacheService cacheService)
          Initialize rendering cache service
 

Uses of WikiService in org.exoplatform.wiki.rendering.macro.include
 

Methods in org.exoplatform.wiki.rendering.macro.include that return WikiService
protected  WikiService IncludePageMacro.getWikiService()
           
 

Uses of WikiService in org.exoplatform.wiki.resolver
 

Constructors in org.exoplatform.wiki.resolver with parameters of type WikiService
PageResolver(WikiService wService)
           
 

Uses of WikiService in org.exoplatform.wiki.service.impl
 

Classes in org.exoplatform.wiki.service.impl that implement WikiService
 class WikiServiceImpl
           
 

Methods in org.exoplatform.wiki.service.impl with parameters of type WikiService
 void WikiChromatticLifeCycle.setWikiService(WikiService wService)
           
 

Constructors in org.exoplatform.wiki.service.impl with parameters of type WikiService
Injector(MOWService mowService, WikiService wService, org.exoplatform.wiki.rendering.RenderingService renderingService)
           
WikiRestServiceImpl(WikiService wikiService, org.exoplatform.wiki.rendering.RenderingService renderingService)
           
 



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