/******************************************************************************* * 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.ide.xml.search.ui; /** * @author Gregory Amerson */ public interface XMLSearchConstants { String FULL_PATH = "fullPath"; String LIFERAY_DISPLAY_XML_CONTENT_TYPE = "com.liferay.ide.portlet.core.liferaydisplayxml"; String LIFERAY_HOOK_XML_CONTENT_TYPE = "com.liferay.ide.hook.core.liferayhookxml"; String LIFERAY_JSP_MARKER_ID = "org.eclipse.jst.jsp.core.validationMarker"; String LIFERAY_LAYOUTTPL_XML_CONTENT_TYPE = "com.liferay.ide.layouttpl.core.liferaylayouttplxml"; String LIFERAY_PLUGIN_VALIDATION_TYPE = "liferayPluginValidationType"; String LIFERAY_PLUGIN_VALIDATION_TYPE_OLD = "validationKey"; String LIFERAY_PORTLET_XML_CONTENT_TYPE = "com.liferay.ide.portlet.core.liferayportletxml"; String MARKER_TYPE = "markerType"; String PORTLET_ACTION_METHOD_QUERY_ID = "com.liferay.ide.xml.search.ui.portletActionMethodQuery"; String PORTLET_XML_CONTENT_TYPE = "com.liferay.ide.portlet.core.portletxml"; String RESOURCE_BUNDLE_QUERY_ID = "portlet.language.properties.querySpecification"; String SERVICE_BUILDER_CONTENT_TYPE = "com.liferay.ide.service.core.servicebuildercontent"; String TEXT_CONTENT = "textContent"; }