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