Package com.aquima.web.config
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
All Methods Instance Methods Abstract Methods 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 Detail
-
toApplicationConfiguration
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 annotationsapplicationMode
- the application mode- Returns:
- an application configuration.
-
-