org.xwiki.wikistream.output
Interface BeanOutputWikiStreamFactory<P>

All Superinterfaces:
OutputWikiStreamFactory, WikiStreamFactory

@Unstable
public interface BeanOutputWikiStreamFactory<P>
extends OutputWikiStreamFactory

Since:
5.2
Version:
$Id: 9d40f11cd40c537c329fe547ac4f2f58e51035a7 $

Method Summary
 org.xwiki.wikistream.internal.output.BeanOutputWikiStream<P> createOutputWikiStream(P properties)
           
 
Methods inherited from interface org.xwiki.wikistream.output.OutputWikiStreamFactory
createOutputWikiStream
 
Methods inherited from interface org.xwiki.wikistream.WikiStreamFactory
getDescriptor, getFilterInterfaces, getType
 

Method Detail

createOutputWikiStream

org.xwiki.wikistream.internal.output.BeanOutputWikiStream<P> createOutputWikiStream(P properties)
                                                                                    throws WikiStreamException
Parameters:
properties - the properties to control OutputWikiStream behavior
Returns:
a new OutputWikiStream
Throws:
WikiStreamException - when failing to create a OutputWikiStream
Since:
5.3M2


Copyright © 2004–2014 XWiki. All rights reserved.