Liferay 6.1.2-ce-ga3

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

Packages that use WebDAVStorage
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.kernel.webdav   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.webdav   
com.liferay.portal.webdav.methods   
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.documentlibrary.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 Portlet.getWebDAVStorageInstance()
          Returns the name of the WebDAV storage instance of the portlet.
 WebDAVStorage PortletWrapper.getWebDAVStorageInstance()
          Returns 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()
          Returns 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<QName> props, Element multistatusElement, 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, List<Indexer> indexerInstances, 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<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, PermissionPropagator permissionPropagatorInstance, 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.journal.webdav
 

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


Liferay 6.1.2-ce-ga3