Package com.almis.awe.service.screen
Class ScreenRestrictionGenerator
- java.lang.Object
-
- com.almis.awe.config.ServiceConfig
-
- com.almis.awe.service.screen.ScreenRestrictionGenerator
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class ScreenRestrictionGenerator extends ServiceConfig
Manage the specific configuration of a screen
-
-
Constructor Summary
Constructors Constructor Description ScreenRestrictionGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyModuleRestriction(String module, Menu menu)
Store screen target data in componentsvoid
applyScreenRestriction(DataList screenRestriction, Menu menu)
Store screen target data in components-
Methods inherited from class com.almis.awe.config.ServiceConfig
containsBean, getApplicationContext, getBean, getBean, getElements, getLocale, getLocale, getProperty, getProperty, getRequest, getSession, setApplicationContext
-
-