|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object | +--org.apache.struts.taglib.template.util.ContentMap
A simple facade for a hash map. This class restricts operations that can be performed on a hash map of contents.
| フィールドの概要 | |
private java.util.HashMap |
map
The map. |
| コンストラクタの概要 | |
ContentMap()
Explicitly declare a do-nothing, no-arg constructor. |
|
| メソッドの概要 | |
Content |
get(java.lang.String name)
Returns the content associated with name |
void |
put(java.lang.String name,
Content content)
Put named content into map. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
private java.util.HashMap map
| コンストラクタの詳細 |
public ContentMap()
| メソッドの詳細 |
public void put(java.lang.String name,
Content content)
name - The content's namecontent - The contentpublic Content get(java.lang.String name)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||