org.xwiki.wikistream.xml.output
Interface ResultOutputTarget

All Superinterfaces:
Closeable, OutputTarget
All Known Implementing Classes:
DefaultResultOutputTarget

@Unstable
public interface ResultOutputTarget
extends OutputTarget

Result based OutputTarget.

Since:
5.2M2
Version:
$Id: 205adf2ec92fdebf9166dea9020757fec1ea5937 $

Method Summary
 Result getResult()
           
 
Methods inherited from interface org.xwiki.wikistream.output.OutputTarget
restartSupported
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getResult

Result getResult()
Returns:
the Result


Copyright © 2004–2014 XWiki. All rights reserved.