注釋jsp文法的基本指令

來源:互聯網
上載者:User

1。html注釋

         <!--注釋[<%=運算式%>]-->

2。隱藏注釋

<%--注釋內容--%>

3。jsp聲明

<%! 聲明1 declaration;[聲明2 declaration;]....%>

4。include 指令

<%@ include file="url.jsp"%>

5。page 指令(全部都是可選)

<%@ page

language="java"

extends="package.class"

import="package.class|package.*"

session="true|false"

buffer="none|8kb|sizekb"

autoFlish="true|false"

isThreadSafe="true|false"

info="text"

errorPage="errorPageUrl"

isErrorPage="true|false"

contentType="text/html;charset=GBK"

%>

6.<jsp:useBean 

id="beanInstanceName"

scope="page|request|session|application"

class="package.class"

type="package.class"

beanName="package.class|<%=exception%>"

/>

7.<jsp:getProperty  name="bean的名字" property="bean的屬性名稱"/>

8.<jsp:setProperty  name="bean的名字" property="bean的屬性名稱"/>

9.使用scriptlet可以聲明將要用到的變數和方法,運算式,使用任何隱含的對象和用任何用<jsp:useBean>

聲明的對象

<%代碼體%>

10.taglib指令

<%@ taglib uri="唯一的名稱" prefix="相對或絕對的路徑"%>

11. <jsp:plugin>指令

   <jsp:plugin

type="bean|applet"

code="classFileName"

[name="instanceName"]

[archive="urlToarchive"]

[align="bottom|top|middle|left|right"]

[height="px"]

[width="px"]

[hspace="px"]

[vspace="px"]

[jreversion=""]

[nspluginurl=""]

[iepluginurl=""]

         >

         [<jsp:params

         [<jsp:paramname="name" value="value"/>]+

         </jsp:params>]

         </jsp:plugin>

12. <jsp:forward page="url"> 定向一個html檔案,jsp檔案或者是一個程式片斷

13. <applet code="applet.class" width=""  height="" ></applet>

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.