Package org.xwiki.filter.xml.output
Class DefaultResultOutputTarget
- java.lang.Object
-
- org.xwiki.filter.xml.output.DefaultResultOutputTarget
-
- All Implemented Interfaces:
Closeable,AutoCloseable,OutputTarget,ResultOutputTarget
public class DefaultResultOutputTarget extends Object implements ResultOutputTarget
Default implementation ofResultOutputTarget.- Since:
- 6.2M1
- Version:
- $Id: 5993e3ae8a3913807d80cf746d812414d846afed $
-
-
Constructor Summary
Constructors Constructor Description DefaultResultOutputTarget(Result result)
-
-
-
Method Detail
-
restartSupported
public boolean restartSupported()
- Specified by:
restartSupportedin interfaceOutputTarget
-
getResult
public Result getResult()
- Specified by:
getResultin interfaceResultOutputTarget- Returns:
- the
Result
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-