blob: 0bd216df2bdafb0675d5d5d28c72b6d4ccbcecba [file] [log] [blame]
/**
* Copyright (c) 2010 Mia-Software.
* 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:
*
* Nicolas Guyomar (Mia-Software) - initial API and implementation
*/
package org.eclipse.modisco.jee.webapp.webapp25;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Jsp File Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The jsp-file element contains the full path to a JSP file
* within the web application beginning with a `/'.
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.webapp.webapp25.Webapp25Package#getJspFileType()
* @model extendedMetaData="name='jsp-fileType' kind='simple'"
* @generated
*/
public interface JspFileType extends PathType {
} // JspFileType