Package com.microstrategy.web.controller
Interface RequestState
-
- All Known Implementing Classes:
MobileControllerRequestState
,MSTRWebRequest
,OldLinksRequest
,ResourceFeedRequestState
,TaskProcessorRequestState
public interface RequestState
- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerServices
getContainerServices()
boolean
requestIsComplete()
void
setContainerServices(ContainerServices cs)
-
-
-
Method Detail
-
getContainerServices
ContainerServices getContainerServices()
-
setContainerServices
void setContainerServices(ContainerServices cs)
-
requestIsComplete
boolean requestIsComplete()
-
-