org.eclipse.jst.j2ee.webapplication
Interface JSPType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier, WebType

public interface JSPType
extends WebType

Since:
1.0

Method Summary
 java.lang.String getJspFile()
           
 void setJspFile(java.lang.String value)
           
 
Methods inherited from interface org.eclipse.jst.j2ee.webapplication.WebType
isJspType, isServletType
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getJspFile

java.lang.String getJspFile()
Returns:
The value of the JspFile attribute The jsp-file element contains the full path to a JSP file within the web application.

setJspFile

void setJspFile(java.lang.String value)
Parameters:
value - The new value of the JspFile attribute