JSP 4 Common Syntax 3 compilation instructions 7 action instructions

Source: Internet
Author: User

4 Common syntax:

Note: <%--comment--%>

Disclaimer: <%! Declaration Part%>

Output:<%=%>

Script: can contain any Java executable code. Cases

<% for (int i=0; i<10; i++)

{

%>

<%

}

%>

3 Common compilation directives:

Page: Instructions for the current page

Include: Specify a different page

Taglib: Defining and accessing custom labels

7 Action Instructions

Jsp:forward forwarding the requested processing to the next page

Jsp:param pass parameters, used with other tags that support parameters

Jsp:include Dynamic introduction of a JSP interface

Jsp:plugin download JavaBean or applets to client execution

Jsp:usebean Creating an JavaBean instance

Jsp:setproperty Setting JavaBean Instance Properties

Jsp:getproperty Output JavaBean Instance properties

JSP 4 Common Syntax 3 compilation instructions 7 action instructions

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.