Example usage for com.liferay.portal.kernel.util Constants interface-usage

List of usage examples for com.liferay.portal.kernel.util Constants interface-usage

Introduction

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

Usage

From source file com.crm.kernel.util.PortletActions.java

/**
 * @author Brian Wing Shun Chan
 */
public class PortletActions implements Constants {
    public static final long DEFAULT_ID = 0;

From source file com.liferay.wsrp.util.Constants.java

/**
 * @author Michael Young
 */
public interface Constants extends com.liferay.portal.kernel.util.Constants {

    public static final String WSRP_V1 = "1.0";

From source file com.rivetlogic.util.Constants.java

/**
 * Copyright (C) 2005-2014 Rivet Logic Corporation.
 * 
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License as published by the Free Software
 * Foundation; version 3 of the License.

From source file com.vaadin.server.VaadinPortlet.java

/**
 * Portlet 2.0 base class. This replaces the servlet in servlet/portlet 1.0
 * deployments and handles various portlet requests from the browser.
 *
 * @author Vaadin Ltd
 */

From source file com.vaadin.terminal.gwt.server.AbstractApplicationPortlet.java

/**
 * Portlet 2.0 base class. This replaces the servlet in servlet/portlet 1.0
 * deployments and handles various portlet requests from the browser.
 * 
 * TODO Document me!
 * 

From source file org.opencps.sample.utils.PortletConstants.java

/**
 * @author trungnt
 *
 */
public class PortletConstants implements Constants {