Package com.microstrategy.web.transform
-
Interface Summary Interface Description 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 methodsExpressionStrings 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 aLayoutTag
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 aLayoutParser
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 ofLayout
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 aLayoutSource
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 aStyleMapper
class.MapperDefns The MapperDefns interface represents a collection of mapper definition objects for this Style Catalog.SourceLookup TheSourceLookup
interface assistsStyleCatalog
to resolveFormalParameter
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 aStyleMapClause
that include a reference to aMapperDefn
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 TheStyleRequestContext
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. -
Class Summary Class Description AbstractLayoutSource This abstract base class manages caching of Layout definitions and provides a simple implementation of LayoutParser.MessageListenerAbstractLayoutSource.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 likeLayoutSourceDefns
orBeanDefns
.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 Theclass provides the default implementation of 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 theLayoutSource
interface by providing a way to associate layout definitions with disk files.LayoutSourceString The LayoutSourceFile implements theLayoutSource
interface by providing using the "location" to be the actual layout definition.MapperDefnImpl This class implements theMapperDefn
interface for the Style Catalog.MapperDefnsImpl This class implements theMapperDefns
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.ParserErrorHandler This is the defualt implementation for the ErrorHandler object used with the SAX Parser.OutputFormatStyleMapper This is a very simpleStyleMapper
object that evaluates theWebComponent.getOutputFormat()
property.PrettyPrintTransform SampleTransform StyleCatalogFactory Deprecated. TheStyleCatalogFactory
is not used anymore by the application.StyleCatalogImpl StyleImpl This class implements the Style interface, which exposes information about a single style.StyleMapConditionImpl This class implements theStyleMapCondition
interface for the Style Catalog.StyleMapDefaultImpl This class represents a "default" clause in a Style Map.StyleMapImpl This class implements theStyleMap
interface for the Style Catalog.StyleMapperResultImpl This class represents a simple implementation of theStyleMapperResult
interface.StyleMapsImpl This class implements theStyleMaps
interface for the Style Catalog.StylesImpl TransformDefnImpl TransformDefnsImpl -
Exception Summary Exception Description KeyAlreadyExistsException KeyDoesNotExistException Insert the type's description here.LayoutParsingException This exception represents a failed parser of the layout definition.MissingKeyException ParameterValidationException TransformCreationException Deprecated. It is not used anymore.TransformDoesNotExistException WebTransformException The class WebTransformException is a subclass of java.lang.Exception.