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