Package org.xwiki.filter.output
Interface OutputFilterStream
-
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Subinterfaces:
BeanOutputFilterStream<P>
- All Known Implementing Classes:
AbstractBeanOutputFilterStream
public interface OutputFilterStream extends Closeable
- Since:
- 6.2M1
- Version:
- $Id: c9db6945647a607edf5040c5660f01b17700f7b2 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getFilter()
-
-
-
Method Detail
-
getFilter
Object getFilter() throws FilterException
- Throws:
FilterException
-
-