org.apache.beehive.netui.tags
Interface INetuiTag

All Superinterfaces:
JspTag
All Known Implementing Classes:
AbstractCallMethod, AbstractCell, AbstractClassicTag, AbstractDataGridHtmlTag, AbstractHtmlTableCell, AbstractSimpleTag, Anchor, AnchorBase, AnchorCell, Area, Attribute, Base, Behavior, BindingUpdateErrors, Body, Button, CallMethod, CallPageFlow, Caption, CellRepeater, CheckBox, CheckBoxGroup, CheckBoxOption, ConfigurePager, ConfigurePopup, Content, DataGrid, DeclareBundle, DeclarePageInput, DivPanel, Error, ErrorBaseTag, Errors, Exceptions, FileUpload, Footer, Form, FormatDate, FormatNumber, FormatString, FormatTag, GetData, GetDataGridState, Header, HeaderCell, Hidden, Html, HtmlBaseTag, HtmlDataSourceTag, HtmlDefaultableDataSourceTag, HtmlFocusBaseTag, HtmlGroupBaseTag, HtmlOptionsDataSourceTag, Image, ImageAnchor, ImageAnchorCell, ImageButton, ImageCell, IncludeSection, Label, LabelBase, Message, MessageArg, MethodParameter, Pad, Parameter, ParameterMap, RadioButtonGroup, RadioButtonOption, RenderPager, Repeater, RepeaterComponent, RepeaterFooter, RepeaterHeader, RepeaterItem, RetrievePopupOutput, RewriteName, RewriteURL, Row, Rows, ScriptBlock, ScriptContainer, ScriptHeader, Section, Select, SelectOption, SerializeXML, SetAttribute, Span, SpanCell, Template, TemplateCell, TextArea, TextBox, Tree, TreeContent, TreeHtmlAttribute, TreeItem, TreeLabel, TreePropertyOverride

public interface INetuiTag
extends JspTag


Method Summary
 String getTagName()
           
 void registerTagError(AbstractPageError error)
           
 void registerTagError(String message, Throwable e)
           
 

Method Detail

getTagName

String getTagName()

registerTagError

void registerTagError(String message,
                      Throwable e)
                      throws JspException
Throws:
JspException

registerTagError

void registerTagError(AbstractPageError error)
                      throws JspException
Throws:
JspException