Uses of Interface
org.apache.jackrabbit.webdav.simple.ItemFilter
-
Packages that use ItemFilter Package Description org.apache.jackrabbit.webdav.simple -
-
Uses of ItemFilter in org.apache.jackrabbit.webdav.simple
Classes in org.apache.jackrabbit.webdav.simple that implement ItemFilter Modifier and Type Class Description classDefaultItemFilterDefaultItemFilter...Methods in org.apache.jackrabbit.webdav.simple that return ItemFilter Modifier and Type Method Description ItemFilterResourceConfig. getItemFilter()Returns the item filter specified with the configuration orDefaultItemFilterif the configuration was missing the corresponding entry or the parser failed to build aItemFilterinstance from the configuration.
-