Example usage for com.liferay.portal.kernel.servlet HttpMethods interface-usage

List of usage examples for com.liferay.portal.kernel.servlet HttpMethods interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.servlet HttpMethods interface-usage.

Usage

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

public interface CalDAVHttpMethods extends HttpMethods {

    public static final String PROPFIND = "PROPFIND";

    public static final String PROPPATCH = "PROPPATCH";