Example usage for com.liferay.portal.kernel.webdav BaseWebDAVStorageImpl subclass-usage

List of usage examples for com.liferay.portal.kernel.webdav BaseWebDAVStorageImpl subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.webdav BaseWebDAVStorageImpl subclass-usage.

Usage

From source file com.liferay.document.library.web.internal.webdav.DLWebDAVStorageImpl.java

/**
 * @author Brian Wing Shun Chan
 * @author Alexander Chow
 */
@Component(immediate = true, property = { "javax.portlet.name=" + DLPortletKeys.DOCUMENT_LIBRARY,
        "javax.portlet.name=" + DLPortletKeys.DOCUMENT_LIBRARY_ADMIN,

From source file com.liferay.document.library.web.webdav.DLWebDAVStorageImpl.java

/**
 * @author Brian Wing Shun Chan
 * @author Alexander Chow
 */
@Component(immediate = true, property = { "javax.portlet.name=" + DLPortletKeys.DOCUMENT_LIBRARY,
        "javax.portlet.name=" + DLPortletKeys.DOCUMENT_LIBRARY_ADMIN,

From source file com.liferay.dynamic.data.lists.web.internal.webdav.DDLWebDAVStorageImpl.java

/**
 * @author Juan Fernndez
 */
@Component(immediate = true, property = { "javax.portlet.name=" + DDLPortletKeys.DYNAMIC_DATA_LISTS,
        "webdav.storage.token=dynamic_data_lists" }, service = WebDAVStorage.class)
public class DDLWebDAVStorageImpl extends BaseWebDAVStorageImpl {

From source file com.liferay.journal.web.internal.webdav.JournalWebDAVStorageImpl.java

/**
 * @author Brian Wing Shun Chan
 * @author Raymond Aug
 * @author Juan Fernndez
 */
@Component(immediate = true, property = { "javax.portlet.name=" + JournalPortletKeys.JOURNAL,

From source file com.liferay.portlet.display.template.web.internal.webdav.ApplicationDisplayTemplateWebDAVStorageImpl.java

/**
 * @author Juan Fernndez
 */
@Component(immediate = true, property = { "javax.portlet.name=" + PortletKeys.PORTLET_DISPLAY_TEMPLATE,
        "webdav.storage.token=application_display_template" }, service = WebDAVStorage.class)
public class ApplicationDisplayTemplateWebDAVStorageImpl extends BaseWebDAVStorageImpl {

From source file com.liferay.portlet.documentlibrary.webdav.DLWebDAVStorageImpl.java

/**
 * @author Brian Wing Shun Chan
 * @author Alexander Chow
 */
public class DLWebDAVStorageImpl extends BaseWebDAVStorageImpl {

From source file com.liferay.portlet.journal.webdav.JournalWebDAVStorageImpl.java

/**
 * CST-SA: LPS-28550 Able to view any journal structure/template's source
 *
 * @author Brian Wing Shun Chan
 * @author Raymond Aug
 */

From source file it.smc.calendar.sync.caldav.LiferayCalDAVStorageImpl.java

/**
 * @author Fabio Pezzutto
 */
public class LiferayCalDAVStorageImpl extends BaseWebDAVStorageImpl {

    @Override