java.lang.Object | |
↳ | com.microstrategy.web.app.beans.WebAppFactory |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebAppFactory() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static WebAppFactory |
getInstance()
Returns the instance of the singleton WebAppFactory.
| ||||||||||
AppContext |
newAppContext()
Creates a new instance of the
AppContext to be used in the request | ||||||||||
WebFeatures |
newFeatures(AppContext appContext)
Creates a new instance of the Global Features Manager to be used in the request
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Returns the instance of the singleton WebAppFactory.
Creates a new instance of the AppContext
to be used in the request
AppContext
instance
Creates a new instance of the Global Features Manager to be used in the request
appContext | the AppContext used during the current request |
---|