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

Packages that use Content
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 Content in org.apache.struts.taglib.template
 

Methods in org.apache.struts.taglib.template with parameters of type Content
 void InsertTag.put(java.lang.String name, Content content)
          Deprecated. Use Tiles instead.
 

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

Methods in org.apache.struts.taglib.template.util that return Content
 Content ContentMap.get(java.lang.String name)
          Deprecated. Use Tiles instead.
 

Methods in org.apache.struts.taglib.template.util with parameters of type Content
 void ContentMap.put(java.lang.String name, Content content)
          Deprecated. Use Tiles instead.
 



Copyright © 2000-2003 - Apache Software Foundation