java.lang.Object | |
↳ | com.microstrategy.web.app.transforms.PromptsContainerGUIStyleMapper |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PromptsContainerGUIStyleMapper() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
StyleMapperResult |
mapStyle(String styleName, StyleRequestContext context, String addlData)
Determines whether the incoming style name ('styleName') should be
mapped to a new style name based on the request context object
('context') and any other additional data ('addlData') provided by the
Style Catalog Administrator.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||
![]()
|
Determines whether the incoming style name ('styleName') should be
mapped to a new style name based on the request context object
('context') and any other additional data ('addlData') provided by the
Style Catalog Administrator. The result is encapsulated in an instance
of a StyleMapperResult
object.
styleName | The incoming style name that is being requested. |
---|---|
context | The StyleRequestContext object. |
addlData | Any additional data supplied by the Style Catalog Administrator when defining this mapping. |
StyleMapperResult
object indicating
whether the conditions for mapper were met and a preferred
style name to use.