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

Package com.bea.wlw.netui.tags.html

Interface Summary
Formattable Interface that indicates whether or not a tag's output can be formatted with by a FormatTag.
HtmlConstants  
URLParams  
 

Class Summary
Anchor Generates a hyperlink to a specified URI.
Attribute Add an attribute to the parent tag which is being rendered
Base Provides the base for every URL on the page.
BindingUpdateErrors Renders the set of error messages found during the process of resolving data binding expressions ({pageFlow.firstname}, {request.firstname}, etc.).
Body  
Button Generates a button on the page with the specified attributes.
CheckBox Generates a checkbox which binds to a form bean property or databound expression.
CheckBox.CheckBoxPrefixHandler The handler for naming and indexing the CheckBox.
CheckBoxGroup Groups a collection of CheckBoxOptions, and handles databinding of their values.
CheckBoxGroup.CheckboxGroupPrefixHandler The handler for naming and indexing the CheckBoxGroup.
CheckBoxOption A checkbox whose state is determined by its enclosing CheckBoxGroup.
Content The Content tag is used to display text, or the result of an expression, to the page.
Error Renders an error message with a given error key value if that key can be found in the ActionErrors registered in the pageContext at org.apache.struts.action.Action.ERROR_KEY.
Errors Renders the set of error messages found in the ActionErrors registered in the pageContext at org.apache.struts.action.Action.ERROR_KEY.
Exceptions Renders formatted exception data, as found in the Request with the key: org.apache.struts.action.Action.EXCEPTION_KEY.
FileUpload Renders an input tag with type="file", with the given attributes.
Form This tag represents an input form, associated with a bean whose properties correspond to the various fields of the form.
FormatDate A formatter used to format dates.
FormatDate.DateFormatter Internal FormatTag.Formatter which uses SimpleDateFormat.
FormatNumber A formatter used to format numbers.
FormatNumber.NumberFormatter Internal FormatTag.Formatter which uses NumberFormat.
FormatString A formatter used to format strings.
FormatString.StringFormatter Internal FormatTag.Formatter which performs its own string parsing and formatting.
FormatTag Abstract base class for formatting tags.
FormatTag.Formatter Internal FormatTag.Formatter which performs the actual formatting.
GetNetuiTagName Returns the value of the tagId attribute.
Hidden Generates a hidden tag with a given value.
Html Generates the html element and performs error handling within its body.
Image Generates an image with the specified attributes.
ImageAnchor Generates a hyperlink with a clickable image.
ImageButton Generates an <input type="image"> tag with the specified attributes.
Label Generates styled text span based on an expression or literal value.
Node Instantiates a TreeNode object that will get added to the parent tag (either a Tree or another Node).
Parameter Writes a URL parameter to a URL on its parent tag.
ParameterMap Writes each in a map of URL parameters to a URL on its parent tag.
RadioButtonGroup Groups a collection of RadioButtonOptions, and handles databinding of their values.
RadioButtonGroup.RadioButtonGroupPrefixHandler The handler for naming and indexing the RadioButtonGroup.
RadioButtonOption A radio button whose state is determined by its enclosing RadioButtonGroup.
RewriteName Allow a tag name, typically either an id or name attribute, to participate in URL rewritting.
RewriteURL Allow a name, typically either an id or name attribute, to participate in URL rewritting.
ScriptContainer Acts as a container that will bundle up JavaScript created by other NetUI tags, and output it within a single <script> tag.
Select Renders a select containing a set of SelectOptions.
Select.SelectPrefixHandler  
SelectOption An option whose state is determined by its enclosing SelectOption.
TextArea Renders a databound TextArea with the given attributes.
TextBox Renders a databound TextBox with the given attributes.
Tree Netui tag that renders a tree control represented by a set of TreeNode objects.
TreeNode An individual node of a Tree, and rendered by that Tree instance.
 


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