org.apache.struts.taglib.template.util
クラス ContentMap

java.lang.Object
  拡張org.apache.struts.taglib.template.util.ContentMap
すべての実装インタフェース:
java.io.Serializable

public class ContentMap
extends java.lang.Object
implements java.io.Serializable

A simple facade for a hash map. This class restricts operations that can be performed on a hash map of contents.

バージョン:
$Revision: 1.1.1.1 $ $Date: 2003/03/11 13:38:38 $
作成者:
David Geary
関連項目:
直列化された形式

フィールドの概要
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
 

フィールドの詳細

map

private java.util.HashMap map
The map.

コンストラクタの詳細

ContentMap

public ContentMap()
Explicitly declare a do-nothing, no-arg constructor.

メソッドの詳細

put

public void put(java.lang.String name,
                Content content)
Put named content into map.

パラメータ:
name - The content's name
content - The content

get

public Content get(java.lang.String name)
Returns the content associated with name



このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2002 - Apache Software Foundation