Package org.xwiki.filter.output
Interface BeanOutputFilterStream<P>
-
- Type Parameters:
P
- the type of the properties bean
- All Superinterfaces:
AutoCloseable
,Closeable
,OutputFilterStream
- All Known Implementing Classes:
AbstractBeanOutputFilterStream
@Role public interface BeanOutputFilterStream<P> extends OutputFilterStream
- Since:
- 6.2M1
- Version:
- $Id: c9aed800212d173a249344a4b794119868e84528 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setProperties(P properties)
-
Methods inherited from interface org.xwiki.filter.output.OutputFilterStream
getFilter
-
-
-
-
Method Detail
-
setProperties
void setProperties(P properties) throws FilterException
- Throws:
FilterException
-
-