Java Learning-jsp Page composition

Source: Internet
Author: User
Tags html comment

The main components are:

1. Static content

2. Directives

Page directive: At the top of the page, a page can have multiple page directives.

<%@ Page Property 1 = "" Property 2 = "Property 3=" "%>

Common Properties, language specifies the scripting language used by the current JSP page, which is Java by default. Import references the class library to which the script is used. CONTEXTTYPE Specifies the encoding method. The default value is Text/html,iso-8859-1. Pageencoding page encoding, proposed to modify into ContentType.

Include directive: introduce an external file into the current JSP file and parse the JSP statement for the current page.

TAGLIB directive: Define a custom tag library to use in the JSP.

3. Expressions

4. Small script

Executable Java code. Write in the label <% Java code%>

5. Disclaimer

Define variables or methods. <%! Java Code%>

6. Notes

First, <!--comment Content--HTML comment, client visible

Second, <%--comment content--%> JSP comment, client not visible

Third,//single-line comment/* Comment content */Multiline comment client not visible

Java Learning-jsp Page composition

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.