Package org.xwiki.filter
Class AbstractFilterStreamFactory
- java.lang.Object
-
- org.xwiki.filter.AbstractFilterStreamFactory
-
- All Implemented Interfaces:
FilterStreamFactory
- Direct Known Subclasses:
AbstractBeanFilterStreamFactory
public abstract class AbstractFilterStreamFactory extends Object implements FilterStreamFactory
- Since:
- 6.2M1
- Version:
- $Id: c7139eef2f9da161cdc3553d252dc695b758324b $
-
-
Field Summary
Fields Modifier and Type Field Description protected FilterStreamDescriptor
descriptor
protected FilterStreamType
type
-
Constructor Summary
Constructors Constructor Description AbstractFilterStreamFactory(FilterStreamType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilterStreamDescriptor
getDescriptor()
FilterStreamType
getType()
protected void
setDescriptor(FilterStreamDescriptor descriptor)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.xwiki.filter.FilterStreamFactory
getFilterInterfaces
-
-
-
-
Field Detail
-
type
protected final FilterStreamType type
-
descriptor
protected FilterStreamDescriptor descriptor
-
-
Constructor Detail
-
AbstractFilterStreamFactory
public AbstractFilterStreamFactory(FilterStreamType type)
-
-
Method Detail
-
getType
public FilterStreamType getType()
- Specified by:
getType
in interfaceFilterStreamFactory
- Returns:
- The
FilterStreamType
, which identifies a filter input and output components using a role hint.
-
getDescriptor
public FilterStreamDescriptor getDescriptor()
- Specified by:
getDescriptor
in interfaceFilterStreamFactory
- Returns:
- The FilterDescriptor describes a Filter and has the list of bean class parameters or properties.
-
setDescriptor
protected void setDescriptor(FilterStreamDescriptor descriptor)
-
-