Package com.microstrategy.web.app
Class MSTRWebController
- java.lang.Object
-
- com.microstrategy.web.controller.AppControllerImpl
-
- com.microstrategy.web.controller.GenericWebAppController
-
- com.microstrategy.web.app.MSTRWebController
-
- All Implemented Interfaces:
AppController
public class MSTRWebController extends GenericWebAppController
This is the AppController class for the main MicroStrategy Web application.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
-
Fields inherited from class com.microstrategy.web.controller.GenericWebAppController
_blockLibraryInfo, _configServletPath, _defaultEvent, _globalAppContext, _iframeJSP, _iserverPollingFreq, _messagesLastModified, _messagesManager, _pageConfigLastModified, _pageManager, _reloadConfigFiles, _servletName, _servletPath, _styleCatalog, _styleCatalogLastModified, _xhrJSP, SESSION_SESSION_MANAGER
-
-
Constructor Summary
Constructors Constructor Description MSTRWebController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ProductLicenseInfo[]
getApplicableLicenses()
void
initializeApp(ContainerServices cs)
Initialize our web application.-
Methods inherited from class com.microstrategy.web.controller.GenericWebAppController
addStandardCacheHeaders, createNewAppContext, createNewAppContext, errorAfterRedirect, extractParameterFromURL, getBaseURL, getDefaultURLLink, getLastModifiedTime, getPage, newExternalSecurity, newRequestState, processRequest, setupSessionManager, terminateApp, validateRandomNum
-
-
-
-
Method Detail
-
initializeApp
public void initializeApp(ContainerServices cs)
Description copied from interface:AppController
Initialize our web application. Save all persistent data structures back into the implementation class as private data members.- Specified by:
initializeApp
in interfaceAppController
- Overrides:
initializeApp
in classGenericWebAppController
-
getApplicableLicenses
protected ProductLicenseInfo[] getApplicableLicenses() throws LicensingException
- Overrides:
getApplicableLicenses
in classGenericWebAppController
- Throws:
LicensingException
- Since:
- MicroStrategy Web 9.0.0
-
-