blob: 38f720bc5e6acfe134d1aba10a0ebc83a96189a1 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014 Raymond Augé 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:
* Raymond Augé <raymond.auge@liferay.com> - Bug 436698
******************************************************************************/
package org.eclipse.equinox.http.servlet.internal.servlet;
/**
* @author Raymond Augé
*/
public enum Match {
EXACT, EXTENSION, REGEX, DEFAULT_SERVLET
}