TemplateConstants Interface

com.bea.wlw.netui.tags.template
TemplateConstants Interface

public interface TemplateConstants

Define the constants used by the template tags. Mostly these are the names used to store objects into the ServletRequest. These objects are used during the process of generating a page with a template.


All Known Implementing Classes
Visible, Template, SetAttribute, Section, IncludeSection, Attribute

Field Summary

public static final String
TEMPLATE_ATTRIBUTES
This is the name of a HashMap containing all of the attributes.
public static final String
TEMPLATE_SECTIONS
This is the name of a HashMap containing all of the sections.
 

Field Detail

TEMPLATE_ATTRIBUTES

public static final String TEMPLATE_ATTRIBUTES
This is the name of a HashMap containing all of the attributes. The HashMap will be stored in the ServletRequest.


TEMPLATE_SECTIONS

public static final String TEMPLATE_SECTIONS
This is the name of a HashMap containing all of the sections. The HashMap will be stored in the ServletRequest.