Liferay 7.0-ce-b4

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. 
 

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

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type WebDAVStorage
 List<WebDAVStorage> PortletBag.getWebDAVStorageInstances()
           
 

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

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

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

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

Constructors in com.liferay.portal.kernel.webdav with parameters of type WebDAVStorage
WebDAVStorageWrapper(WebDAVStorage webDAVStorage)
           
 

Uses of WebDAVStorage in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return WebDAVStorage
 WebDAVStorage PortletWrapper.getWebDAVStorageInstance()
          Returns the name of the WebDAV storage instance of the portlet.
 WebDAVStorage Portlet.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 types with arguments of type WebDAVStorage
 List<WebDAVStorage> PortletBagImpl.getWebDAVStorageInstances()
           
protected  List<WebDAVStorage> PortletBagFactory.newWebDAVStorageInstances(Portlet portlet, com.liferay.registry.Filter filter, Map<String,Object> properties)
           
 

Constructor parameters in com.liferay.portlet with type arguments of type WebDAVStorage
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ResourceBundleTracker resourceBundleTracker, List<ConfigurationAction> configurationActionInstances, List<Indexer<?>> indexerInstances, List<OpenSearch> openSearchInstances, List<SchedulerEventMessageListener> schedulerEventMessageListeners, FriendlyURLMapperTracker friendlyURLMapperTracker, List<URLEncoder> urlEncoderInstances, List<PortletDataHandler> portletDataHandlerInstances, List<StagedModelDataHandler<?>> stagedModelDataHandlerInstances, List<TemplateHandler> templateHandlerInstances, List<PortletLayoutListener> portletLayoutListenerInstances, List<PollerProcessor> pollerProcessorInstances, List<MessageListener> popMessageListenerInstances, List<SocialActivityInterpreter> socialActivityInterpreterInstances, List<SocialRequestInterpreter> socialRequestInterpreterInstances, List<UserNotificationDefinition> userNotificationDefinitionInstances, List<UserNotificationHandler> userNotificationHandlerInstances, List<WebDAVStorage> webDAVStorageInstances, List<Method> xmlRpcMethodInstances, List<ControlPanelEntry> controlPanelEntryInstances, List<AssetRendererFactory<?>> assetRendererFactoryInstances, List<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, List<PermissionPropagator> permissionPropagatorInstances, List<TrashHandler> trashHandlerInstances, List<WorkflowHandler<?>> workflowHandlerInstances, List<PreferencesValidator> preferencesValidatorInstances)
           
 


Liferay 7.0-ce-b4