| Name | Description | Type | Package | Framework |
| AnchorTag | The AnchorTag represents a HTML anchor tag. | Interface | com.microstrategy.web.tags | MicroStrategy |
| AnchorTagImpl | The AnchorTagImpl class provides the default implementation of the interface AnchorTag. | Class | com.microstrategy.web.tags | MicroStrategy |
| ArgumentTag | The Argument interface represents an argument of a method defined in either a Transform or | Interface | com.microstrategy.web.tags | MicroStrategy |
| ArgumentUnresolvedException | Thrown when the value of ArgumentTag can not be resolved. | Class | com.microstrategy.web.tags | MicroStrategy |
| AttrTag | This interface represents a dynamic attribute on a Tag. | Interface | com.microstrategy.web.tags | MicroStrategy |
| BaseObjectInfo | The BaseObjectInfo class is a wrapper around the actual value produced in the base tag The purpose of this class is two-folded: 1. | Class | com.microstrategy.web.tags | MicroStrategy |
| BaseTag | This interface represents a dynamic base object on a Tag. | Interface | com.microstrategy.web.tags | MicroStrategy |
| BaseTagImpl | Class | com.microstrategy.web.tags | MicroStrategy | |
| CellTag | The CellTag interface represents a HTML table cell. | Interface | com.microstrategy.web.tags | MicroStrategy |
| ComparisonUnresolvedException | Thrown when the operands to be compared in the IfTag can not be compared according to the Operator specified. | Class | com.microstrategy.web.tags | MicroStrategy |
| DisplayTag | The DisplayTag interface represents a dynamic content generating tag with a non-render method. | Interface | com.microstrategy.web.tags | MicroStrategy |
| DisplayTagImpl | Class | com.microstrategy.web.tags | MicroStrategy | |
| DynamicTag | The DynamicTag interface contains dynamic contents whose result can only be determined at the runtime. | Interface | com.microstrategy.web.tags | MicroStrategy |
| EmptyListException | Thrown when the List cached in a LayoutContext is empty. | Class | com.microstrategy.web.tags | MicroStrategy |
| EnumHTMLTags | The EnumHTMLTags specifies constants for the HTML tag names, attribute names and attribute values. | Interface | com.microstrategy.web.tags | MicroStrategy |
| IfTag | The IfTag interface respresents a conditional tag whose result determines which branch to execute at the runtime. | Interface | com.microstrategy.web.tags | MicroStrategy |
| ImageTag | The ImageTag represents a HTML image tag. | Interface | com.microstrategy.web.tags | MicroStrategy |
| IncludeTag | Interface | com.microstrategy.web.tags | MicroStrategy | |
| IncludeTagImpl | Class | com.microstrategy.web.tags | MicroStrategy | |
| InputTag | The InputTag represents a HTML input tag. | Interface | com.microstrategy.web.tags | MicroStrategy |
| JUILLayoutsTagImpl | This class implements the behavior of the juilLayouts tag. | Class | com.microstrategy.web.tags | MicroStrategy |
| LayoutContext | The LayoutContext class holds the information required by the layout rendering methods to generate dynamic contents. | Class | com.microstrategy.web.tags | MicroStrategy |
| LayoutParserAware | Interface | com.microstrategy.web.tags | MicroStrategy | |
| LayoutTag | The LayoutTag interface represents the root tag of a layout Since:MicroStrategy Web 8. | Interface | com.microstrategy.web.tags | MicroStrategy |
| ListObjectInfo | The ListObjectInfo class is a wrapper around the list produced in the list tag It extends the BaseObjectInfo tag but overwrites serveral of its method | Class | com.microstrategy.web.tags | MicroStrategy |
| ListTag | The ListTag interface provides a list of values at the runtime when it gets rendered. | Interface | com.microstrategy.web.tags | MicroStrategy |
| MalformedMethodException | Thrown when there is any error invoking a rendering method through Java Since:MicroStrategy Web 8. | Class | com.microstrategy.web.tags | MicroStrategy |
| NextTag | The NextTag interface represents a flow controling tag and is always associated with a ListTag. | Interface | com.microstrategy.web.tags | MicroStrategy |
| OnExceptionTag | The OnExceptionTag interface represents a exception tag which determines the behavior of a parent dynamic tag whenever there is an exception. | Interface | com.microstrategy.web.tags | MicroStrategy |
| RenderTag | The RenderTag interface represents a dynamic content generating tag. | Interface | com.microstrategy.web.tags | MicroStrategy |
| ReplaceTag | The ReplaceTag interface respresents the section that is used to substitute the external layout template's slot section | Interface | com.microstrategy.web.tags | MicroStrategy |
| ReplaceTagImpl | Class | com.microstrategy.web.tags | MicroStrategy | |
| RootBlockTagImpl | Class | com.microstrategy.web.tags | MicroStrategy | |
| RowTag | The RowTag interface represents a row in a HTML table. | Interface | com.microstrategy.web.tags | MicroStrategy |
| SelectTag | The SelectTag interface represents a HTML select tag. | Interface | com.microstrategy.web.tags | MicroStrategy |
| SlotTag | The SlotTag interface respresents a section in the layout that can be replaced | Interface | com.microstrategy.web.tags | MicroStrategy |
| SlotTagImpl | Class | com.microstrategy.web.tags | MicroStrategy | |
| TableTag | The TableTag interface represents a HTML table tag. | Interface | com.microstrategy.web.tags | MicroStrategy |
| Tag | The Tag interface represents a generic XHTML tag in MicroStrategy LayoutTransform. | Interface | com.microstrategy.web.tags | MicroStrategy |
| TagImpl | Class | com.microstrategy.web.tags | MicroStrategy | |
| TagsFactory | Previous versions of Microstrategy Web used methods in the HTMLHelper class to generate HTML tags; these methods return a String | Class | com.microstrategy.web.tags | MicroStrategy |
| TypeUnsupportedException | Thrown when the type for an ArgumentTag is not supported. | Class | com.microstrategy.web.tags | MicroStrategy |
| UnmodifiableException | Thrown when attempting to modify a read-only tag. | Class | com.microstrategy.web.tags | MicroStrategy |
| ValuefulTag | The ValuefulTag interface represents a tag which the value attribute. | Interface | com.microstrategy.web.tags | MicroStrategy |