Package com.almis.awe.service.screen
Class ScreenConfigurationGenerator
java.lang.Object
com.almis.awe.config.ServiceConfig
com.almis.awe.service.screen.ScreenConfigurationGenerator
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
Manage the specific configuration of a screen
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyScreenConfiguration
(Future<ServiceData> configurationTask, Screen screen) Store screen target data in componentsMethods inherited from class com.almis.awe.config.ServiceConfig
containsBean, getApplicationContext, getBean, getBean, getElements, getLocale, getLocale, getProperty, getProperty, getRequest, getSession, setApplicationContext
-
Constructor Details
-
ScreenConfigurationGenerator
public ScreenConfigurationGenerator()
-
-
Method Details
-
applyScreenConfiguration
Store screen target data in components- Parameters:
configurationTask
- Screen configuration futurescreen
- Screen bean
-