P
G
Box
リファレンストップへ
Java
JavaSDK
java7新機能
標準API
フォーマット
入出力
セキュリティ
正規表現
JavaEE
JSP
struts
機能リファレンス
beanタグ
logicタグ
htmlタグ
nestedタグ
htmlタグ
入力フィールドなど、画面構成に関する出力を行うタグライブラリです。
html htmlタグ
htmlタグ<html></html>を出力します。xhtmlに対応させる場合や、他国言語対応を行う場合に使用します。
html xhtmlタグ
各タグをxhtmlに対応させます。
html imgタグ
画像<img>を出力します。
html baseタグ
基準URLの指定<base>を出力します。
html linkタグ
リンク<a></a>を出力します。
html paramタグ
リンクURLのリクエストパラメータを追加します。
html javascriptタグ
入力チェック用のJavaScriptを出力します。
html frameタグ
フレーム<frame>を出力します。
html rewriteタグ
アクション名やフォワード名からURLを作成し、出力を行います。
html errorsタグ
エラーメッセージを出力します。
html messagesタグ
メッセージを取得します。
html formタグ
フォーム<form>を出力します。また、アクションマッピング及びアクションフォームとの連携付けを行います。
html submitタグ
送信ボタン<input type="submit">を出力します。
html imageタグ
画像の送信ボタン<input type="image">を出力します。
html textタグ
テキストフィールド<input type="text">を出力します。
html radioタグ
ラジオボタン<input type="radio">を出力します。
html checkboxタグ
チェックボックス<input type="checkbox">を出力します。
html multiboxタグ
チェックボックス<input type="checkbox">を出力します。同じ名前で複数のチェックボックスを配置する場合に使用します。
html selectタグ
セレクト<select>を出力します。
html optionタグ
セレクトの選択肢<option>を出力します。
html optionsタグ
複数のセレクトの選択肢<option>を出力します。bean名を指定してoption要素のコレクションを指定します。
html optionsCollectionタグ
複数のセレクトの選択肢<option>を出力します。bean名とプロパティ名を指定してoption要素のコレクションを指定します。
html hiddenタグ
隠しパラメータ<input type="hidden" />を出力します。
html fileタグ
ファイルアップロード<input type="file">を出力します。
html buttonタグ
ボタン<input type="button">を出力します。
html cancelタグ
キャンセル送信ボタン<input type="submit">を出力します。
html resetタグ
入力を初期化するリセットボタン<input type="reset">を出力します。
html passwordタグ
パスワードフィールド<input type="password">を出力します。
html textareaタグ
複数行入力用のテキストエリア<textarea></textarea>を出力します。