All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.day.cq.mcm.emailprovider.ESConstants Maven / Gradle / Ivy

/*************************************************************************
 *
 * ADOBE CONFIDENTIAL
 * ___________________
 *
 *  Copyright 2012 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 **************************************************************************/
package com.day.cq.mcm.emailprovider;

import com.day.cq.commons.jcr.JcrConstants;

public class ESConstants {

	public static final String CQ_FORM_FIELD_NAME = "name";
	
	public static final String FORM_FIELDS = "formFields";
	
	public static final String FORM_EMAIL_FIELD = "email";
	
	public static final String FROM_ADDRESS = "from";
	
	public static final String TITLE = JcrConstants.JCR_TITLE;;
	
	public static final String SUBJECT = "subject";
	
	public static final String IS_HTML = "isHtml";
	
	public static final String CONTENT = "content";
	
	public static final String NAME = "name";
	
	public static final String ID = "id";
	
	public static final String RESOURCE = "resource";
	
	public static final String TEXT = "text";
	
	public static final String VALUE = "value";
	
	private ESConstants(){
		
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy