Open source, commercial support.

Custom Webdav Properties with Annotation

The default configuration includes the BeanPropertySource as a source of properties when performing PROPFIND and PROPATCH requests.

This property source will look for a BeanPropertySource annotation on the found Resource's class, and if present, will resolve requested properties using the namespace declared on the annotation and the bean syntax names of properties on the Resource class.

The properties may return any data type, as long as their are type converters registered with ValueWriters

blog comments powered by Disqus