org.eclipse.jst.j2ee.webapplication
Interface WebType

All Superinterfaces:
J2EEEObject
All Known Subinterfaces:
JSPType, ServletType

public interface WebType
extends J2EEEObject

Since:
1.0

Method Summary
 boolean isJspType()
          Returns true if the type denotes a JSP
 boolean isServletType()
          Returns true if the type denotes a servlet
 

Method Detail

isJspType

public boolean isJspType()
Returns true if the type denotes a JSP

Returns:
boolean value

isServletType

public boolean isServletType()
Returns true if the type denotes a servlet

Returns:
boolean value