com.atlassian.confluence.tinymceplugin.rest
Class WikiXhtmlConverter

java.lang.Object
  extended by com.atlassian.confluence.tinymceplugin.rest.WikiXhtmlConverter

public class WikiXhtmlConverter
extends Object

Resource that will accept wiki content and return its XHTML equivalent.


Field Summary
protected  com.atlassian.plugins.rest.common.security.AuthenticationContext authContext
           
 
Constructor Summary
WikiXhtmlConverter(EditorFormatService editorFormatService, ContentEntityObjectDao contentDao)
           
 
Method Summary
 javax.ws.rs.core.Response convert(WikiToXhtmlConversionData data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authContext

@Context
protected com.atlassian.plugins.rest.common.security.AuthenticationContext authContext
Constructor Detail

WikiXhtmlConverter

public WikiXhtmlConverter(EditorFormatService editorFormatService,
                          ContentEntityObjectDao contentDao)
Method Detail

convert

public javax.ws.rs.core.Response convert(WikiToXhtmlConversionData data)


Copyright © 2003-2012 Atlassian. All Rights Reserved.