Package com.microstrategy.web.controller
Class AppControllerImpl
- java.lang.Object
-
- com.microstrategy.web.controller.AppControllerImpl
-
- All Implemented Interfaces:
AppController
- Direct Known Subclasses:
GenericWebAppController
,MobileController
,OldLinksController
,ResourceFeedController
,TaskProcessorController
public abstract class AppControllerImpl extends java.lang.Object implements AppController
-
-
Constructor Summary
Constructors Constructor Description AppControllerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
terminateApp()
Subclasses that override this method should invoke this via super.terminateApp to ensure threads and other application related resources are cleaned up properly.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.microstrategy.web.controller.AppController
errorAfterRedirect, getBaseURL, getPage, initializeApp, newExternalSecurity, newRequestState, processRequest
-
-
-
-
Method Detail
-
terminateApp
public void terminateApp()
Subclasses that override this method should invoke this via super.terminateApp to ensure threads and other application related resources are cleaned up properly.- Specified by:
terminateApp
in interfaceAppController
-
-