uCosminexus Application Server, Web Container Functionality Guide
This section describes the functionality for executing JSP.
With the Web Container, you can convert the JSP that is created according to the JSP syntax provided in the Servlet specifications into a servlet, compile JSP as a Java program, and can load and execute the program in Java VM.
The following table describes the organization of this section.
Table 2-6 Organization of this section (Functionality for executing JSPs)
Category | Title | Reference |
---|---|---|
Description | Overview of JSP execution functionality | 2.3.1 |
Executing a tag file | 2.3.2 | |
Executing JSP EL | 2.3.3 | |
Storing the tag library in the J2EE applications | 2.3.4 | |
Checking the attribute name of the custom tag | 2.3.5 | |
Checking the duplication of the id attribute of the <jsp:useBean> tag | 2.3.6 | |
Implicitly importing the import attribute of the page/tag directive | 2.3.7 |
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.