blob: 08fa5b9a0b4007684c9c037a08a5d2e3d5fec05e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.jst.jsp.core.internal.contenttype;
import org.eclipse.wst.xml.core.internal.contenttype.XMLHeadTokenizerConstants;
public interface JSPHeadTokenizerConstants extends XMLHeadTokenizerConstants {
String PageDirectiveStart = "PageDirectiveStart"; //$NON-NLS-1$
String PageDirectiveEnd = "PageDirectiveEnd"; //$NON-NLS-1$
String PageLanguage = "PageLanguage"; //$NON-NLS-1$
String PageEncoding = "PageEncoding"; //$NON-NLS-1$
String PageContentType = "PageContentType"; //$NON-NLS-1$
}