Package org.xwiki.filter.descriptor
Interface FilterStreamBeanDescriptor
-
- All Superinterfaces:
FilterStreamDescriptor
- All Known Implementing Classes:
DefaultFilterStreamBeanDescriptor
public interface FilterStreamBeanDescriptor extends FilterStreamDescriptor
- Since:
- 6.2M1
- Version:
- $Id: 59c5b7203984e6ef441ab8a9ea4d9fe03712fa35 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>
getBeanClass()
-
Methods inherited from interface org.xwiki.filter.descriptor.FilterStreamDescriptor
getDescription, getName, getProperties, getPropertyDescriptor
-
-
-
-
Method Detail
-
getBeanClass
Class<?> getBeanClass()
- Returns:
- the class of the JAVA bean containing.
-
-