Interface INavAppSettingsService

  • All Superinterfaces:
    org.apache.wicket.util.io.IClusterable, Serializable

    public interface INavAppSettingsService
    extends org.apache.wicket.util.io.IClusterable
    • Method Detail

      • getNavAppSettings

        NavAppSettings getNavAppSettings​(org.apache.wicket.request.Request request)
        Returns the navigation application settings for a request of a logged in user. It is assumed that a valid PluginUserSession for this request exists, because the returned NavAppSettings must contain user specific attributes like user name, language and time zone.
        Parameters:
        request - a request from a logged in user
        Returns:
        navigation application settings for the user request
      • getIframesConnectionTimeout

        int getIframesConnectionTimeout()
        Returns the maximum number of milliseconds to wait for an iframe to connect
        Returns:
        max wait time in milliseconds