public interface WebdavPolicyFilter extends PolicyFilter
BasicRightPolicyFilterREVISION| Modifier and Type | Method and Description | 
|---|---|
void | 
handleWebdavHeaders(java.util.Map headers,
                   WebdavContext ctxt)
This method is called by WebdavManager to handle headers set
 to all Webdav response. 
 | 
void | 
handleWebdavProperties(java.util.Set propAllSet)
This method is called by WebdavContext to add properties to Set of properties
 used by PROPFIND method. 
 | 
java.lang.String | 
handleWebdavProperty(java.lang.String property,
                    java.lang.String jcms,
                    WebdavResource res,
                    WebdavContext ctxt)
This method handle response for the given property. 
 | 
boolean | 
silentFilterResource(boolean jcms,
                    WebdavResource res,
                    WebdavContext ctxt)
This method is called by CatWebdavFileSystem to ignore custom files
 like windows thumb.db... 
 | 
initvoid handleWebdavHeaders(java.util.Map headers,
                         WebdavContext ctxt)
ctxt - the WebdavContextheaders - a Map of headers to handlevoid handleWebdavProperties(java.util.Set propAllSet)
propAllSet - the Set of propertiesjava.lang.String handleWebdavProperty(java.lang.String property,
                                      java.lang.String jcms,
                                      WebdavResource res,
                                      WebdavContext ctxt)
ctxt - the WebdavContextproperty - the working propertyres - the working webdavboolean silentFilterResource(boolean jcms,
                             WebdavResource res,
                             WebdavContext ctxt)
jcms - the choice of JCMSres - the WebdavResourcectxt - the WebdavContextCopyright © 2001-2018 Jalios SA. All Rights Reserved.