Interface IWebConfiguration

All Known Implementing Classes:
DefaultWebConfiguration

public interface IWebConfiguration
Interface for a web configuration that can be used to create an ApplicationConfiguration.

Annotate the implementing classes with @AquimaWebConfiguration to create custom configurations, which are automatically added to the AquimaEngineConfiguration.

See DefaultWebConfiguration for a default configuration which can be extended/configured.

Since:
8.0
Author:
Danny Roest
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    com.aquima.interactions.ds.IApplicationConfiguration
    toApplicationConfiguration(AnnotatedConfigContext context, com.aquima.interactions.portal.ApplicationMode applicationMode)
    This method returns an application configuration based on the set properties and with the specified factory manager.
  • Method Details Link icon

    • toApplicationConfiguration Link icon

      com.aquima.interactions.ds.IApplicationConfiguration toApplicationConfiguration(AnnotatedConfigContext context, com.aquima.interactions.portal.ApplicationMode applicationMode)
      This method returns an application configuration based on the set properties and with the specified factory manager.
      Parameters:
      context - the context containing the classes found using annotations
      applicationMode - the application mode
      Returns:
      an application configuration.