org.exoplatform.wiki.rendering
Interface RenderingService

All Known Implementing Classes:
RenderingServiceImpl

public interface RenderingService

Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Nov 5, 2009


Method Summary
 org.xwiki.component.manager.ComponentManager getComponentManager()
           
 String getContentOfSection(String markup, String sourceSyntax, String sectionIndex)
           
 String getCssURL()
           
 org.xwiki.context.Execution getExecution()
           
 org.xwiki.rendering.block.XDOM parse(String markup, String sourceSyntax)
           
 String render(String markup, String sourceSyntax, String targetSyntax, boolean supportSectionEdit)
           
 void setCssURL(String cssURL)
           
 String updateContentOfSection(String markup, String sourceSyntax, String sectionIndex, String newSectionContent)
           
 

Method Detail

getExecution

org.xwiki.context.Execution getExecution()
                                         throws org.xwiki.component.manager.ComponentLookupException,
                                                org.xwiki.component.manager.ComponentRepositoryException
Throws:
org.xwiki.component.manager.ComponentLookupException
org.xwiki.component.manager.ComponentRepositoryException

getComponentManager

org.xwiki.component.manager.ComponentManager getComponentManager()

render

String render(String markup,
              String sourceSyntax,
              String targetSyntax,
              boolean supportSectionEdit)
              throws Exception
Throws:
Exception

getContentOfSection

String getContentOfSection(String markup,
                           String sourceSyntax,
                           String sectionIndex)
                           throws Exception
Throws:
Exception

updateContentOfSection

String updateContentOfSection(String markup,
                              String sourceSyntax,
                              String sectionIndex,
                              String newSectionContent)
                              throws Exception
Throws:
Exception

parse

org.xwiki.rendering.block.XDOM parse(String markup,
                                     String sourceSyntax)
                                     throws Exception
Throws:
Exception

getCssURL

String getCssURL()

setCssURL

void setCssURL(String cssURL)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.