Liferay 6.0.5

Uses of Interface
com.liferay.portal.kernel.webdav.WebDAVStorage

Packages that use WebDAVStorage
com.liferay.portal.kernel.portlet   
com.liferay.portal.kernel.webdav   
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.webdav   
com.liferay.portal.webdav.methods   
com.liferay.portlet   
com.liferay.portlet.documentlibrary.webdav   
com.liferay.portlet.imagegallery.webdav   
com.liferay.portlet.journal.webdav   
 

Uses of WebDAVStorage in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return WebDAVStorage
 WebDAVStorage PortletBag.getWebDAVStorageInstance()
           
 

Uses of WebDAVStorage in com.liferay.portal.kernel.webdav
 

Classes in com.liferay.portal.kernel.webdav that implement WebDAVStorage
 class BaseWebDAVStorageImpl
           
 

Methods in com.liferay.portal.kernel.webdav that return WebDAVStorage
static WebDAVStorage WebDAVUtil.getStorage(String token)
           
 WebDAVStorage WebDAVRequest.getWebDAVStorage()
           
 

Methods in com.liferay.portal.kernel.webdav with parameters of type WebDAVStorage
static void WebDAVUtil.addStorage(WebDAVStorage storage)
           
static void WebDAVUtil.deleteStorage(WebDAVStorage storage)
           
 

Uses of WebDAVStorage in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return WebDAVStorage
 WebDAVStorage PortletWrapper.getWebDAVStorageInstance()
           
 WebDAVStorage Portlet.getWebDAVStorageInstance()
          Gets the name of the WebDAV storage instance of the portlet.
 

Uses of WebDAVStorage in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl that return WebDAVStorage
 WebDAVStorage PortletImpl.getWebDAVStorageInstance()
          Gets the name of the WebDAV storage instance of the portlet.
 

Uses of WebDAVStorage in com.liferay.portal.webdav
 

Classes in com.liferay.portal.webdav that implement WebDAVStorage
 class CompanyWebDAVStorageImpl
           
 class GroupWebDAVStorageImpl
           
 

Methods in com.liferay.portal.webdav that return WebDAVStorage
protected  WebDAVStorage WebDAVServlet.getStorage(javax.servlet.http.HttpServletRequest request)
           
 WebDAVStorage WebDAVRequestImpl.getWebDAVStorage()
           
 

Constructors in com.liferay.portal.webdav with parameters of type WebDAVStorage
WebDAVRequestImpl(WebDAVStorage storage, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String userAgent, PermissionChecker permissionChecker)
           
 

Uses of WebDAVStorage in com.liferay.portal.webdav.methods
 

Methods in com.liferay.portal.webdav.methods with parameters of type WebDAVStorage
protected  void BasePropMethodImpl.addResponse(WebDAVStorage storage, WebDAVRequest webDavRequest, Resource resource, Set<Tuple> props, Element multistatus, long depth)
           
 

Uses of WebDAVStorage in com.liferay.portlet
 

Methods in com.liferay.portlet that return WebDAVStorage
 WebDAVStorage PortletBagImpl.getWebDAVStorageInstance()
           
 

Constructors in com.liferay.portlet with parameters of type WebDAVStorage
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ConfigurationAction configurationActionInstance, Indexer indexerInstance, OpenSearch openSearchInstance, FriendlyURLMapper friendlyURLMapperInstance, URLEncoder urlEncoderInstance, PortletDataHandler portletDataHandlerInstance, PortletLayoutListener portletLayoutListenerInstance, PollerProcessor pollerProcessorInstance, MessageListener popMessageListenerInstance, SocialActivityInterpreter socialActivityInterpreterInstance, SocialRequestInterpreter socialRequestInterpreterInstance, WebDAVStorage webDAVStorageInstance, Method xmlRpcMethodInstance, ControlPanelEntry controlPanelEntryInstance, List<AssetRendererFactory> assetRendererFactoryInstances, List<CustomAttributesDisplay> customAttributesDisplayInstances, List<WorkflowHandler> workflowHandlerInstances, PreferencesValidator preferencesValidatorInstance, Map<String,ResourceBundle> resourceBundles)
           
 

Uses of WebDAVStorage in com.liferay.portlet.documentlibrary.webdav
 

Classes in com.liferay.portlet.documentlibrary.webdav that implement WebDAVStorage
 class DLWebDAVStorageImpl
           
 

Uses of WebDAVStorage in com.liferay.portlet.imagegallery.webdav
 

Classes in com.liferay.portlet.imagegallery.webdav that implement WebDAVStorage
 class IGWebDAVStorageImpl
           
 

Uses of WebDAVStorage in com.liferay.portlet.journal.webdav
 

Classes in com.liferay.portlet.journal.webdav that implement WebDAVStorage
 class JournalWebDAVStorageImpl
           
 


Liferay 6.0.5