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

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

Packages that use TemplateConstants
com.bea.wlw.netui.tags.template This package defines a set of JSP tag extensions providing a simple templating mechanism. 
 

Uses of TemplateConstants in com.bea.wlw.netui.tags.template
 

Classes in com.bea.wlw.netui.tags.template that implement TemplateConstants
 class Attribute
          The Attribute tag defines an attribute within a template that may be set from a content page.
 class IncludeSection
          Used within a template JSP page to define a placeholder for section content.
 class Section
          Used within a content page to provide content for a placeholder section defined within a template.
 class SetAttribute
          Set an Attribute value defined in a template.
 class Template
          This tags defines the template to use within a content page.
 class Visible
          Tag that turns on or off display of the body content based upon the visible state of the tag.
 


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