Uses of Class
org.apache.struts.taglib.template.util.ContentMap

Packages that use ContentMap
org.apache.struts.taglib.template Note: As of Struts 1.1 the template tag library is deprecated in favor of Tiles. 
org.apache.struts.taglib.template.util   
 

Uses of ContentMap in org.apache.struts.taglib.template
 

Fields in org.apache.struts.taglib.template declared as ContentMap
private  ContentMap InsertTag.map
          Deprecated. Each insert tag has a map of content.
 

Methods in org.apache.struts.taglib.template that return ContentMap
 ContentMap InsertTag.getContentMap()
          Deprecated. Use Tiles instead.
 

Uses of ContentMap in org.apache.struts.taglib.template.util
 

Methods in org.apache.struts.taglib.template.util that return ContentMap
static ContentMap ContentMapStack.peek(javax.servlet.jsp.PageContext pc)
          Deprecated. Use Tiles instead.
static ContentMap ContentMapStack.pop(javax.servlet.jsp.PageContext pc)
          Deprecated. Use Tiles instead.
 

Methods in org.apache.struts.taglib.template.util with parameters of type ContentMap
static void ContentMapStack.push(javax.servlet.jsp.PageContext pc, ContentMap map)
          Deprecated. Use Tiles instead.
 



Copyright © 2000-2003 - Apache Software Foundation