blob: bda4dd09135a432a98d4a6c0697c9b92014a9d6b [file] [log] [blame]
package org.eclipse.jst.jsp.core.internal.preferences;
/**
* Common preference keys used by JSP core
*/
public class JSPCorePreferenceNames {
private JSPCorePreferenceNames() {
// empty private constructor so users cannot instantiate class
}
/**
* Indicates if JSP fragments should be compiled/validated. JSP fragments
* will be validated when true.
* <p>
* Value is of type <code>Boolean</code>.
* </p>
*/
public static final String VALIDATE_FRAGMENTS = "validateFragments";//$NON-NLS-1$
}