JSP API
JSP API
API stands for Java Application Programming Interface. If you are looking for the JSP API then visit http://java.sun.com/products/servlet/2.2/javadoc/index.html and read about JSP 2.2 API.
Here is the description of important JSP API:
*javax.servlet.jsp <javax/servlet/jsp/package-summary.html>
Classes and interfaces for the Core JSP 2.0 API.
*javax.servlet.jsp.el <javax/servlet/jsp/el/package-summary.html>
Classes and interfaces for the JSP 2.0 Expression Language API.
*javax.servlet.jsp.tagext <javax/servlet/jsp/tagext/package-summary.html>
Classes and interfaces for […]