Package com.microstrategy.web.tags
-
Interface Summary Interface Description AnchorTag TheAnchorTagrepresents a HTMLanchortag.ArgumentTag TheArgumentinterface represents an argument of a method defined in either aTransformorTransformable.AttrTag This interface represents a dynamic attribute on aTag.BaseTag This interface represents a dynamic base object on aTag.CellTag TheCellTaginterface represents a HTML table cell.DisplayTag TheDisplayTaginterface represents a dynamic content generating tag with a non-render method.DynamicTag TheDynamicTaginterface contains dynamic contents whose result can only be determined at the runtime.EnumHTMLTags TheEnumHTMLTagsspecifies constants for the HTML tag names, attribute names and attribute values.IfTag TheIfTaginterface respresents a conditional tag whose result determines which branch to execute at the runtime.ImageTag TheImageTagrepresents a HTMLimagetag.IncludeTag InputTag TheInputTagrepresents a HTMLinputtag.LayoutParserAware LayoutTag TheLayoutTaginterface represents the root tag of a layout source.ListTag TheListTaginterface provides a list of values at the runtime when it gets rendered.NextTag TheNextTaginterface represents a flow controling tag and is always associated with aListTag.OnExceptionTag TheOnExceptionTaginterface represents a exception tag which determines the behavior of a parent dynamic tag whenever there is an exception.RenderTag TheRenderTaginterface represents a dynamic content generating tag.ReplaceTag TheReplaceTaginterface respresents the section that is used to substitute the external layout template's slot sectionRowTag TheRowTaginterface represents a row in a HTML table.SelectTag TheSelectTaginterface represents a HTML select tag.SlotTag TheSlotTaginterface respresents a section in the layout that can be replacedTableTag TheTableTaginterface represents a HTML table tag.Tag TheTaginterface represents a generic XHTML tag in MicroStrategyLayoutTransform.ValuefulTag TheValuefulTaginterface represents a tag which the value attribute. -
Class Summary Class Description AnchorTagImpl TheAnchorTagImplclass provides the default implementation of the interfaceAnchorTag.BaseObjectInfo TheBaseObjectInfoclass is a wrapper around the actual value produced in the base tag The purpose of this class is two-folded: 1. to be able to differentaite a List and a Base obj 2. to be able to identify a NULL base object which could be passed as an argumentBaseTagImpl DisplayTagImpl IncludeTagImpl JUILLayoutsTagImpl This class implements the behavior of the juilLayouts tag.LayoutContext TheLayoutContextclass holds the information required by the layout rendering methods to generate dynamic contents.ListObjectInfo TheListObjectInfoclass is a wrapper around the list produced in the list tag It extends theBaseObjectInfotag but overwrites serveral of its methodReplaceTagImpl RootBlockTagImpl SlotTagImpl TagImpl TagsFactory Previous versions of Microstrategy Web used methods in theHTMLHelperclass to generate HTML tags; these methods return aStringobject with the corresponding HTML for the open tag, for example,HTMLHelper.generateIMG(MarkupOutput, int, String, String)returns:WebBlockAppendListTagImpl WebBlockContextTagImpl WebBlockDeletePropertyTagImpl WebBlockEditBlockTagImpl WebBlockEditListTagImpl WebBlockEditTagImpl WebBlockListTagImpl WebBlockSetPropertyTagImpl This tag allows a layout file to set properties on the current Block (which was established by aWebBlockTagImpltag.WebBlockTagImpl This tag creates a new Block and adds it into an existing Block hierarchy. -
Exception Summary Exception Description ArgumentUnresolvedException Thrown when the value ofArgumentTagcan not be resolved.ComparisonUnresolvedException Thrown when the operands to be compared in theIfTagcan not be compared according to the Operator specified.EmptyListException Thrown when theListcached in aLayoutContextis empty.MalformedMethodException Thrown when there is any error invoking a rendering method through Java reflection API.TypeUnsupportedException Thrown when the type for anArgumentTagis not supported.UnmodifiableException Thrown when attempting to modify a read-only tag.