java.lang.Object | |
↳ | com.microstrategy.web.transform.DefaultStyleRequestContext |
The StyleRequestContext
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DefaultStyleRequestContext() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebComponent |
getWebComponent()
Returns the
WebComponent which is associated with this
request. | ||||||||||
WebIServerSession |
getWebIServerSession()
Returns the
WebIServerSession object. | ||||||||||
void |
setWebComponent(WebComponent webComponent)
Sets the
WebComponent which is associated with this
request. | ||||||||||
void |
setWebIServerSession(WebIServerSession session)
Sets a
WebIServerSession object. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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. |
---|