| Name | Description | Type | Package | Framework |
| AbstractLayoutSource | This abstract base class manages caching of Layout definitions and provides a simple implementation of LayoutParser. | Class | com.microstrategy.web.transform | MicroStrategy |
| AbstractLayoutSource .LayoutCacheHint | This class serves as both CacheHint and Cache key. | Class | com.microstrategy.web.transform | MicroStrategy |
| AbstractLayoutTransform | This is the abstract base class for building layout-aware transforms. | Class | com.microstrategy.web.transform | MicroStrategy |
| AbstractStyleCatalogElement | Class | com.microstrategy.web.transform | MicroStrategy | |
| AbstractStyleCatalogList | This is the base class for lists defined in the style-catalog like LayoutSourceDefns or BeanDefns. | Class | com.microstrategy.web.transform | MicroStrategy |
| AbstractTransform | AbstractTransform class is an abstract base class that implements the Transform interface. | Class | com.microstrategy.web.transform | MicroStrategy |
| ActualParameter | The ActualParameter interface exposes the information on an actual parameter object. | Interface | com.microstrategy.web.transform | MicroStrategy |
| ActualParameterImpl | Class | com.microstrategy.web.transform | MicroStrategy | |
| ActualParameters | The ActualParameters interface provides a read-write collection of actual parameter objects. | Interface | com.microstrategy.web.transform | MicroStrategy |
| ActualParametersImpl | ActualParametersImpl implements Actualparameters interface, which is a collection of ActualParameterImpl objects. | Class | com.microstrategy.web.transform | MicroStrategy |
| BeanDefn | The BeanDefn interface is used to manage the data of a bean object. | Interface | com.microstrategy.web.transform | MicroStrategy |
| BeanDefnImpl | Class | com.microstrategy.web.transform | MicroStrategy | |
| BeanDefns | The BeanDefns interface is used to manage a collection of bean definition objects. | Interface | com.microstrategy.web.transform | MicroStrategy |
| BeanDefnsImpl | This class implements the BeanDefns interface, which is a collection of BeanDefn objects. | Class | com.microstrategy.web.transform | MicroStrategy |
| DefaultStyleRequestContext | The class provides the default implementation of StyleRequestContext. | Class | com.microstrategy.web.transform | MicroStrategy |
| EnumSortBy | Sorting constants for the StyleCatalog methodsSince:MicroStrategy Web 7. | Interface | com.microstrategy.web.transform | MicroStrategy |
| ExpressionStrings | This interface represents a helper object that builds a collection of expression parts that can be used to build expression GUI. | Interface | com.microstrategy.web.transform | MicroStrategy |
| ExpressionStringsImpl | A helper class that builds a collection of expression parts that can be used to build expression GUI. | Class | com.microstrategy.web.transform | MicroStrategy |
| FormalParameter | The FormalParameter interface defines the structure of a single formal parameter. | Interface | com.microstrategy.web.transform | MicroStrategy |
| FormalParameterAnnotation | Class | com.microstrategy.web.transform | MicroStrategy | |
| FormalParameterImpl | FormalParameterImpl implements the FormalParameter interface and defines the structure of a single formal parameter. | Class | com.microstrategy.web.transform | MicroStrategy |
| FormalParameters | The FormalParameters interface is a read-only collection, used to learn the nature of a set of existing formal parameters. | Interface | com.microstrategy.web.transform | MicroStrategy |
| KeyAlreadyExistsException | Class | com.microstrategy.web.transform | MicroStrategy | |
| KeyDoesNotExistException | Insert the type's description here. | Class | com.microstrategy.web.transform | MicroStrategy |
| Layout | The Layout interface represents a single layout that is associated with a style. | Interface | com.microstrategy.web.transform | MicroStrategy |
| LayoutImpl | This class implements the Layout interface in the Style Catalog. | Class | com.microstrategy.web.transform | MicroStrategy |
| LayoutParser | The LayoutParser interface defines the methods that comprise a class that parses the layout definition (as a String) into an | Interface | com.microstrategy.web.transform | MicroStrategy |
| LayoutParser .MessageListener | This inner interface defines the callback interface used by the Parser to report warning and error conditions back to the caller. | Interface | com.microstrategy.web.transform | MicroStrategy |
| LayoutParserDefn | The LayoutParserDefn interface stores the definition of a LayoutParser by recording a unique name and a fully qualified class name. | Interface | com.microstrategy.web.transform | MicroStrategy |
| LayoutParserDefnImpl | The LayoutParserDefnImpl class implements the LayoutParserDefn interface in the Style Catalog. | Class | com.microstrategy.web.transform | MicroStrategy |
| LayoutParserDefns | The LayoutParserDefns interface represents a collection of layout parser defined by this Style Catalog. | Interface | com.microstrategy.web.transform | MicroStrategy |
| LayoutParserDefnsImpl | The LayoutParserDefnsImpl class implements the LayoutParserDefns interface for the Style Catalog. | Class | com.microstrategy.web.transform | MicroStrategy |
| LayoutParsingException | This exception represents a failed parser of the layout definition. | Class | com.microstrategy.web.transform | MicroStrategy |
| Layouts | The Layouts interface represents a collection of Layout objects. | Interface | com.microstrategy.web.transform | MicroStrategy |
| LayoutsImpl | The LayoutsImpl class implements the Layout interface for theSince:MicroStrategy Web 8. | Class | com.microstrategy.web.transform | MicroStrategy |
| LayoutSource | The LayoutSource interface represents an object that can retrieve a layout definition from a specific storage repository. | Interface | com.microstrategy.web.transform | MicroStrategy |
| LayoutSourceDefn | The LayoutSourceDefn interface stores the definition of a LayoutSource by recording a unique name and a fully qualified class name. | Interface | com.microstrategy.web.transform | MicroStrategy |
| LayoutSourceDefnImpl | The LayoutSourceDefnImpl class implements the LayoutSourceDefn interface for the Style Catalog. | Class | com.microstrategy.web.transform | MicroStrategy |
| LayoutSourceDefns | The LayoutSourceDefns interface represents a collection of layout source defined by this Style Catalog. | Interface | com.microstrategy.web.transform | MicroStrategy |
| LayoutSourceDefnsImpl | The LayoutSourceDefnsImpl class implements the LayoutSourceDefns interface for the Style Catalog. | Class | com.microstrategy.web.transform | MicroStrategy |
| LayoutSourceFile | The LayoutSourceFile implements the LayoutSource interface by providing a way to associate layout definitions with disk files. | Class | com.microstrategy.web.transform | MicroStrategy |
| LayoutSourceString | The LayoutSourceFile implements the LayoutSource interface by providing using the "location" to be the actual layout definition. | Class | com.microstrategy.web.transform | MicroStrategy |
| LayoutTransform | The LayoutTransform interface defines a special class of MicroStrategy Transform objects that are "layout aware". | Interface | com.microstrategy.web.transform | MicroStrategy |
| MapperDefn | This class represents the definition of a StyleMapper class. | Interface | com.microstrategy.web.transform | MicroStrategy |
| MapperDefnImpl | This class implements the MapperDefn interface for the StyleSince:MicroStrategy Web 9. | Class | com.microstrategy.web.transform | MicroStrategy |
| MapperDefns | The MapperDefns interface represents a collection of mapper definition objects for this Style Catalog. | Interface | com.microstrategy.web.transform | MicroStrategy |
| MapperDefnsImpl | This class implements the MapperDefns interface for the StyleSince:MicroStrategy Web 9. | Class | com.microstrategy.web.transform | MicroStrategy |
| MissingKeyException | Class | com.microstrategy.web.transform | MicroStrategy | |
| MSTRLayoutParser | The MSTRLayoutParser class is default parser for all MicroStrategy-defined layout definitions. | Class | com.microstrategy.web.transform | MicroStrategy |
| MSTRLayoutParser .ParserContentHandler | This is the default implementation of the ContentHandler to use parse the layout XML. | Class | com.microstrategy.web.transform | MicroStrategy |
| MSTRLayoutParser .ParserErrorHandler | This is the defualt implementation for the ErrorHandler object used with the SAX Parser. | Class | com.microstrategy.web.transform | MicroStrategy |
| OutputFormatStyleMapper | This is a very simple StyleMapper object that evaluates the WebComponent. | Class | com.microstrategy.web.transform | MicroStrategy |
| ParameterValidationException | Class | com.microstrategy.web.transform | MicroStrategy | |
| PrettyPrintTransform | Class | com.microstrategy.web.transform | MicroStrategy | |
| SampleTransform | Class | com.microstrategy.web.transform | MicroStrategy | |
| SourceLookup | The SourceLookup interface assists StyleCatalog to resolve FormalParameter with dynamic sources such as preferences | Interface | com.microstrategy.web.transform | MicroStrategy |
| Style | The Style interface exposes information about a single style. | Interface | com.microstrategy.web.transform | MicroStrategy |
| StyleCatalog | The StyleCatalog interface presents the methods that a caller needs to manage the state of a style catalog. | Interface | com.microstrategy.web.transform | MicroStrategy |
| StyleCatalogFactory | The StyleCatalog Factory class is a singleton that manages 2 top level objects: 1. | Class | com.microstrategy.web.transform | MicroStrategy |
| StyleCatalogImpl | Class | com.microstrategy.web.transform | MicroStrategy | |
| StyleImpl | This class implements the Style interface, which exposes information about a single style. | Class | com.microstrategy.web.transform | MicroStrategy |
| StyleMap | The StyleMap interface represents a collection of "style mapping clauses" that are evaluated for a particular style in this Style Catalog. | Interface | com.microstrategy.web.transform | MicroStrategy |
| StyleMapClause | This interface represents a generic clause in a Style Map. | Interface | com.microstrategy.web.transform | MicroStrategy |
| StyleMapCondition | This interface is a StyleMapClause that include a reference to a MapperDefn and a mapper-specific data string. | Interface | com.microstrategy.web.transform | MicroStrategy |
| StyleMapConditionImpl | This class implements the StyleMapCondition interface for the StyleSince:MicroStrategy Web 9. | Class | com.microstrategy.web.transform | MicroStrategy |
| StyleMapDefault | This interface represents a "default" map clause. | Interface | com.microstrategy.web.transform | MicroStrategy |
| StyleMapDefaultImpl | This class represents a "default" clause in a Style Map. | Class | com.microstrategy.web.transform | MicroStrategy |
| StyleMapImpl | This class implements the StyleMap interface for the Style Catalog. | Class | com.microstrategy.web.transform | MicroStrategy |
| StyleMapper | This interface represents an object that can check a set of conditions and determine whether the request for the incoming request should be mapped to | Interface | com.microstrategy.web.transform | MicroStrategy |
| StyleMapperResult | This class represents the result of a "style mapping" request. | Interface | com.microstrategy.web.transform | MicroStrategy |
| StyleMapperResultImpl | This class represents a simple implementation of the StyleMapperResult interface. | Class | com.microstrategy.web.transform | MicroStrategy |
| StyleMaps | The StyleMaps interface represents a collection of individual style map objects for this Style Catalog. | Interface | com.microstrategy.web.transform | MicroStrategy |
| StyleMapsImpl | This class implements the StyleMaps interface for the Style Catalog. | Class | com.microstrategy.web.transform | MicroStrategy |
| StyleRequestContext | The StyleRequestContext provides the context information for resolving the more dynamic nature of the Style Catalog. | Interface | com.microstrategy.web.transform | MicroStrategy |
| Styles | The Styles interface exposes a collection of Style objects. | Interface | com.microstrategy.web.transform | MicroStrategy |
| StylesImpl | Class | com.microstrategy.web.transform | MicroStrategy | |
| Transform | The Transform interface is the base interface that is used for all bean-specific transforms. | Interface | com.microstrategy.web.transform | MicroStrategy |
| TransformCreationException | Class | com.microstrategy.web.transform | MicroStrategy | |
| TransformDefn | The TransformDefn interface is used to manage the data of a transform object. | Interface | com.microstrategy.web.transform | MicroStrategy |
| TransformDefnImpl | Class | com.microstrategy.web.transform | MicroStrategy | |
| TransformDefns | The TransformDefns interface is used to manage a collection of transform definition objects. | Interface | com.microstrategy.web.transform | MicroStrategy |
| TransformDefnsImpl | Class | com.microstrategy.web.transform | MicroStrategy | |
| TransformDoesNotExistException | Class | com.microstrategy.web.transform | MicroStrategy | |
| Transforms | The Transforms interface exposes a collection of Transform objects. | Interface | com.microstrategy.web.transform | MicroStrategy |