/** * Copyright (c) 2000-present Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any later version. * * This library is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more * details. */ package com.liferay.opensocial.util; /** * @author Michael Young */ public class PortletPropsKeys { public static final String PUBSUB_URI_LOAD_TIMEOUT = "pubsub.uri.load.timeout"; public static final String SHINDIG_JS_DEBUG = "shindig.js.debug"; public static final String SHINDIG_NO_CACHE = "shindig.no.cache"; public static final String SHINDIG_OAUTH_CALLBACK_URL = "shindig.oauth.callback.url"; public static final String SHINDIG_OAUTH_KEY_FILE_NAME = "shindig.oauth.key.file.name"; public static final String SHINDIG_OAUTH_KEY_NAME = "shindig.oauth.key.name"; }