Uses of Interface
org.xwiki.filter.descriptor.FilterStreamPropertyDescriptor
-
Packages that use FilterStreamPropertyDescriptor Package Description org.xwiki.filter.descriptor -
-
Uses of FilterStreamPropertyDescriptor in org.xwiki.filter.descriptor
Classes in org.xwiki.filter.descriptor that implement FilterStreamPropertyDescriptor Modifier and Type Class Description class
DefaultFilterStreamBeanParameterDescriptor<T>
The default implementation ofFilterStreamPropertyDescriptor
.Fields in org.xwiki.filter.descriptor with type parameters of type FilterStreamPropertyDescriptor Modifier and Type Field Description protected Map<String,FilterStreamPropertyDescriptor<?>>
AbstractFilterStreamDescriptor. parameterDescriptorMap
A map containing theFilterStreamPropertyDescriptor
for each parameters supported for this filter.Methods in org.xwiki.filter.descriptor that return FilterStreamPropertyDescriptor Modifier and Type Method Description <T> FilterStreamPropertyDescriptor<T>
AbstractFilterStreamDescriptor. getPropertyDescriptor(String propertyName)
<T> FilterStreamPropertyDescriptor<T>
FilterStreamDescriptor. getPropertyDescriptor(String propertyName)
Return descriptor for the provided property name.Methods in org.xwiki.filter.descriptor that return types with arguments of type FilterStreamPropertyDescriptor Modifier and Type Method Description Collection<FilterStreamPropertyDescriptor<?>>
AbstractFilterStreamDescriptor. getProperties()
Collection<FilterStreamPropertyDescriptor<?>>
FilterStreamDescriptor. getProperties()
-