Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.struts.taglib.template.util.ContentMap
public class ContentMap
extends java.lang.Object
implements java.io.Serializable
Field Summary | |
private HashMap |
|
Constructor Summary | |
|
public ContentMap()
Deprecated. Use Tiles instead.
Explicitly declare a do-nothing, no-arg constructor.
public Content get(String name)
Deprecated. Use Tiles instead.
Returns the content associated with name.
- Parameters:
name
- Name of content to retrieve
public void put(String name, Content content)
Deprecated. Use Tiles instead.
Put named content into map.
- Parameters:
name
- The content's namecontent
- The content