com.microstrategy.web.transform.StyleRequestContext |
![]() |
The StyleRequestContext
provides the context information for
resolving the more dynamic nature of the Style Catalog. This includes the
ability for ActualParameter
nodes to have dynamic values as well
as enable mapping style names based on dynamic conditions.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebComponent |
getWebComponent()
Returns the
WebComponent which is associated with this
request. | ||||||||||
abstract WebIServerSession |
getWebIServerSession()
Returns the
WebIServerSession object. | ||||||||||
abstract void |
setWebComponent(WebComponent webComponent)
Sets the
WebComponent which is associated with this
request. | ||||||||||
abstract void |
setWebIServerSession(WebIServerSession session)
Sets a
WebIServerSession object. |
Returns the WebComponent
which is associated with this
request.
WebComponent
associated with this request.Returns the WebIServerSession
object.
Sets the WebComponent
which is associated with this
request.
webComponent | The WebComponent associated with this
request. |
---|
Sets a WebIServerSession
object.
session | A WebIServerSession object. |
---|