org.eclipse.jst.j2ee.webapplication
Interface JSPType

All Superinterfaces:
J2EEEObject, 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
 

Method Detail

getJspFile

public 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

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