Quantcast
Channel: 634Labs » JSP
Browsing all 10 articles
Browse latest View live

JSP

Advertisement 式 (Expression) 書式 <%= 〜 %> 式の利用 値の表示や演算に利用する 例 <%@ page contentType="text/html; ch [...]

View Article



JSP

Advertisement taglib ディレクティブ 独自に作成したタグを使用する 書式 <%@ taglib uri="タグライブラリの場所" prefix="タグ名" [...]

View Article

JSP

Advertisement page ディレクティブ <%@ page 指定する属性="値" %> 例 <%@ page contentType="text/html; c [...]

View Article

JSP

Advertisement includeディレクティブ 外部ファイルの埋め込み。 JSPコンパイル時に、外部ファイルが挿入されてからコンパイルが行われる。JSPファイル、HTMLファイルなど、任意のファイルを挿入できる [...]

View Article

JSP

Advertisement 宣言 (Declaration) 書式 <%! 〜 %> 変数の宣言 宣言部で宣言した変数はインスタンス変数として扱われるため、複数のリクエスト間で共有される。 <%! 変数 [...]

View Article


JSP

Advertisement コメント (Comment) 書式 HTMLコメント <!-- コメント --> JSPコメント <%-- コメント --> 上記2つのコメントはJSPの任意の位置に記 [...]

View Article

JSP

Advertisement paramアクション 書式 <jsp:param name="パラメータ名" value="値" /> パラメータを他ファイルに渡す。 pa [...]

View Article

JSP

Advertisement includeアクション 書式 <jsp:include page="" flush="true" /> includeディレクティブとの違 [...]

View Article


JSP

Advertisement forwardアクション 書式 <jsp:forward page="転送するページ" /> このアクションが実行されると、指定先ページへ転送される。 incl [...]

View Article


JSP

Advertisement setProperty/getProperty/useBeanアクション useBean : Bean(一定の基準を満たすJavaのクラス)を利用できるようにする。 <jsp:useBe [...]

View Article
Browsing all 10 articles
Browse latest View live




Latest Images