Serialized Form

Package org.apache.struts.taglib.template.util

Class org.apache.struts.taglib.template.util.Content extends java.lang.Object implements Serializable

Serialized Fields

content

 String content
Templates regard this as content to be either included or printed directly. This is a blank final that is set at construction.


direct

 String direct
Represents a boolean - if true, content is included, otherwise content is printed. This is a blank final that is set at construction. This is a string instead of a boolean as a convenience for the tags, whose corresponding attribute is a string.

Class org.apache.struts.taglib.template.util.ContentMap extends java.lang.Object implements Serializable

Serialized Fields

map

 HashMap map
The map.


Copyright B) 2000-2005 - Apache Software Foundation