public interface AppSettings
Modifier and Type | Method and Description |
---|---|
int |
getIframesConnectionTimeout()
Returns the maximum number of milliseconds to wait for Iframes to connect before giving up.
|
String |
getInitialPath()
Returns the path that the navapp should navigate to after the navapp has been fully initialized.
|
List<NavAppResource> |
getLoginResources()
Returns list of resources that must be called by the navapp to make sure all apps are authenticated
before accessing them.
|
NgxLoggerLevel |
getLogLevel()
Returns the log level to use in the browser
|
List<NavAppResource> |
getLogoutResources()
Returns list of resources that must be called by the navapp to make sure all apps clean up their state and
authentication ids (e.g.
|
URI |
getNavAppResourceLocation()
Returns the location of the Navigation Application resources (like javascript, css, images).
|
List<NavAppResource> |
getNavConfigResources()
Returns list of resources that must be called by the navapp to retrieve menu related navigation items.
|
boolean |
isCmsServingNavAppResources()
Returns
true if the CMS is serving the Navigation Application resources and false otherwise |
boolean |
isUsageStatisticsEnabled()
Returns
true is usage statistics should be sent and false otherwise. |
String getInitialPath()
boolean isCmsServingNavAppResources()
true
if the CMS is serving the Navigation Application resources and false
otherwiseURI getNavAppResourceLocation()
int getIframesConnectionTimeout()
NgxLoggerLevel getLogLevel()
boolean isUsageStatisticsEnabled()
true
is usage statistics should be sent and false
otherwise.List<NavAppResource> getNavConfigResources()
List<NavAppResource> getLoginResources()
List<NavAppResource> getLogoutResources()
Copyright © 2007–2021 Hippo B.V. (http://www.onehippo.com). All rights reserved.