org.xwiki.wikistream.output
Interface OutputWikiStreamFactory

All Superinterfaces:
WikiStream
All Known Subinterfaces:
BeanOutputWikiStreamFactory<P>

@Role
@Unstable
public interface OutputWikiStreamFactory
extends WikiStream

Since:
5.2M2
Version:
$Id: f287acbde42aeb4c53b0a7be3be30173736ff200 $

Method Summary
 OutputWikiStream creaOutputWikiStream(Map<String,Object> properties)
           
 Collection<Class<?>> getFilterInterfaces()
           
 
Methods inherited from interface org.xwiki.wikistream.WikiStream
getDescriptor, getType
 

Method Detail

creaOutputWikiStream

OutputWikiStream creaOutputWikiStream(Map<String,Object> properties)
                                      throws WikiStreamException
Throws:
WikiStreamException

getFilterInterfaces

Collection<Class<?>> getFilterInterfaces()
                                         throws WikiStreamException
Returns:
the filters supported by this stream factory
Throws:
WikiStreamException - when failing to get filters interfacesO
Since:
5.2


Copyright © 2004-2013 XWiki. All Rights Reserved.