JSP API overview (UML class diagram)
- Details
- Written by Nam Ha Minh
- Last Updated on 21 July 2019   |   Print Email
The interfaces and classes of JavaServer Pages (JSP) technology are available under javax.servlet.jsppackage and its sub packages.
The following UML class diagram provides an overview of the API for JSP, which contains 3 interfaces, 6 classes and 3 exceptions:
Other JSP Tutorials:
- Summary of EL operators with examples
- Java Servlet and JSP Hello World Tutorial with Eclipse, Maven and Apache Tomcat
- How to handle exceptions in JSP
- How to list records in a database table using JSP and JSTL
- How to create dynamic drop down list in JSP from database
- Sending e-mail with JSP, Servlet and JavaMail
Comments