BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

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

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

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.


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

Field Detail

TEMPLATE_ATTRIBUTES

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.

See Also:
Constant Field Values

TEMPLATE_SECTIONS

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.

See Also:
Constant Field Values

BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.