java.lang.Object | ||
↳ | com.microstrategy.web.tasks.BaseTaskRequestContext | |
↳ | com.microstrategy.web.app.tasks.AppTaskRequestContext |
![]() |
The class provides more application context for a Task which extends
AbstractAppTask
.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AppTaskRequestContext() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AppContext |
getAppContext()
Returns the AppContext object associated with this request.
| ||||||||||
BeanContext | getBeanContext() | ||||||||||
StyleCatalog |
getStyleCatalog()
Returns the StyleCatalog instance.
| ||||||||||
WebIServerSession |
getWebIServerSession(String sessionStateParamName, String sessionIDParamName)
This method extends the one in
getWebIServerSession(String, String) by using
the "active session" of the SessionManager if no WebIServerSession
object could be provided from the base method. | ||||||||||
ServletWebComponent |
getWebServletComponent()
Return an instance of a ServletWebComponent for use in performing MSTR Web system actions.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BlockContext |
getBlockContext(MarkupOutput markupOutput)
Returns the BlockContext object associated with this MarkupOutput.
| ||||||||||
WebIServerSession | restoreSessionFromStateOrId(String sessionStateParamName, String sessionIDParamName) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the AppContext object associated with this request.
AppContext
object associated with this request.
Returns the StyleCatalog instance.
StyleCatalog
instance.
This method extends the one in getWebIServerSession(String, String)
by using
the "active session" of the SessionManager
if no WebIServerSession
object could be provided from the base method.
sessionStateParamName | The name of the incoming request key ("parameter name") that contains a session state. |
---|---|
sessionIDParamName | The name of the incoming request key ("parameter name") that contains a session ID. |
WebIServerSession
object associated with this
request.TaskRequestMalformedException | If a previous state or session ID is supplied, but invalid, or if the session has timed out. |
---|---|
TaskException |
Return an instance of a ServletWebComponent for use in performing MSTR Web system actions.
ServletWebComponent
that may be used for performing MSTR Web system actions.Returns the BlockContext object associated with this MarkupOutput. If none exists, then one is created. It is automatically populated with the following fields:
markupOutput | The MarkupOutput object that hosts the BlockContext . |
---|
BlockContext
object associated with this MarkupOutput.