| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

「Struts2 カスタムタグ」の版間の差分

提供: MyMemoWiki
ナビゲーションに移動 検索に移動
(ページの作成:「==Struts2 カスタムタグ== {{include_html banner_html, "!Struts"}} http://struts.apache.org/2.x/docs/tag-reference.html struts-2.0.1-all.zip struts-2.0.1/src/…」)
 
 
1行目: 1行目:
==Struts2 カスタムタグ==
+
==[[Struts2 カスタムタグ]]==
{{include_html banner_html, "!Struts"}}
+
{{include_html [[banner_html]], "!Struts"}}
  
 
http://struts.apache.org/2.x/docs/tag-reference.html
 
http://struts.apache.org/2.x/docs/tag-reference.html
8行目: 8行目:
 
{{ref struts-tags.tld}}
 
{{ref struts-tags.tld}}
  
=====Struts2 カスタムタグ 文法=====
+
=====[[Struts2 カスタムタグ 文法]]=====
  
 
===Generic タグ===
 
===Generic タグ===
16行目: 16行目:
 
!内容
 
!内容
 
|-
 
|-
|[Struts2 if] [if]
+
|[[Struts2 if|if]]
 
|条件分岐、if単体および、elseIf、else と併せて利用
 
|条件分岐、if単体および、elseIf、else と併せて利用
 
|-
 
|-
|[Struts2 if] [elseIf]
+
|[[Struts2 if|elseIf]]
 
|〃
 
|〃
 
|-
 
|-
|[Struts2 if] [else]
+
|[[Struts2 if|else]]
 
|〃
 
|〃
 
|-
 
|-
|[Struts2 append] [append]
+
|[[Struts2 append|append]]
 
|AppendIteratorTag用のイテレータをformに追加する
 
|AppendIteratorTag用のイテレータをformに追加する
 
|-
 
|-
|[Struts2 generator] [generator]
+
|[[Struts2 generator|generator]]
 
|繰り返し処理可能な文字列ソースから、イテレータを生成する。
 
|繰り返し処理可能な文字列ソースから、イテレータを生成する。
 
|-
 
|-
|[Struts2 iterator] [iterator]
+
|[[Struts2 iterator|iterator]]
 
|java.util.Collection、 java.util.Iterator を実装した値の繰り返し処理を行う。
 
|java.util.Collection、 java.util.Iterator を実装した値の繰り返し処理を行う。
 
|-
 
|-
|[Struts2 merge] [merge]
+
|[[Struts2 merge|merge]]
 
|
 
|
 
|-
 
|-
|[Struts2 sort] [sort]
+
|[[Struts2 sort|sort]]
 
|
 
|
 
|-
 
|-
|[Struts2 subset] [subset]
+
|[[Struts2 subset|subset]]
 
|
 
|
 
|-
 
|-
50行目: 50行目:
 
!内容
 
!内容
 
|-
 
|-
|[Struts2 a          ] [a          ]
+
|[[Struts2 a          |a          ]]
 
|
 
|
 
|-
 
|-
|[Struts2 action    ] [action    ]
+
|[[Struts2 action    |action    ]]
 
|
 
|
 
|-
 
|-
|[Struts2 bean      ] [bean      ]
+
|[[Struts2 bean      |bean      ]]
 
|
 
|
 
|-
 
|-
|[Struts2 date      ] [date      ]
+
|[[Struts2 date      |date      ]]
 
|
 
|
 
|-
 
|-
|[Struts2 debug      ] [debug      ]
+
|[[Struts2 debug      |debug      ]]
 
|
 
|
 
|-
 
|-
|[Struts2 i18n      ] [i18n      ]
+
|[[Struts2 i18n      |i18n      ]]
 
|
 
|
 
|-
 
|-
|[Struts2 include    ] [include    ]
+
|[[Struts2 include    |include    ]]
 
|
 
|
 
|-
 
|-
|[Struts2 param      ] [param      ]
+
|[[Struts2 param      |param      ]]
 
|
 
|
 
|-
 
|-
|[Struts2 push      ] [push      ]
+
|[[Struts2 push      |push      ]]
 
|
 
|
 
|-
 
|-
|[Struts2 set        ] [set        ]
+
|[[Struts2 set        |set        ]]
 
|
 
|
 
|-
 
|-
|[Struts2 text      ] [text      ]
+
|[[Struts2 text      |text      ]]
 
|
 
|
 
|-
 
|-
|[Struts2 url        ] [url        ]
+
|[[Struts2 url        |url        ]]
 
|
 
|
 
|-
 
|-
|[Struts2 property  ] [property  ]
+
|[[Struts2 property  |property  ]]
 
|
 
|
 
|-
 
|-
 
|}
 
|}
 
===UI タグ===
 
===UI タグ===
===Ajax タグ===
+
===[[Ajax]] タグ===
 
----
 
----
{{include_html banner_html, "!Struts"}}
+
{{include_html [[banner_html]], "!Struts"}}

2020年2月16日 (日) 04:32時点における最新版

Struts2 カスタムタグ

{{include_html banner_html, "!Struts"}}

http://struts.apache.org/2.x/docs/tag-reference.html

struts-2.0.1-all.zip struts-2.0.1/src/core/src/main/resources/META-INF/struts-tags.tld テンプレート:Ref struts-tags.tld

Struts2 カスタムタグ 文法

Generic タグ

制御タグ
タグ 内容
if 条件分岐、if単体および、elseIf、else と併せて利用
elseIf
else
append AppendIteratorTag用のイテレータをformに追加する
generator 繰り返し処理可能な文字列ソースから、イテレータを生成する。
iterator java.util.Collection、 java.util.Iterator を実装した値の繰り返し処理を行う。
merge
sort
subset
データタグ
タグ 内容
a
action
bean
date
debug
i18n
include
param
push
set
text
url
property

UI タグ

Ajax タグ


{{include_html banner_html, "!Struts"}}