Package com.almis.awe.service
Class HelpService
java.lang.Object
com.almis.awe.config.ServiceConfig
com.almis.awe.service.HelpService
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
Context help generation service
- Author:
- dgutierrez, pgarcia
-
Constructor Summary
ConstructorDescriptionHelpService
(TemplateService templateService, BaseConfigProperties baseConfigProperties) Autowired constructor -
Method Summary
Modifier and TypeMethodDescriptionGenerates context help for all applicationgetApplicationManual
(String manualHeader) Retrieve application manual headergetOptionHelp
(String optionId) Generates context help for the actual screenMethods inherited from class com.almis.awe.config.ServiceConfig
containsBean, getApplicationContext, getBean, getBean, getElements, getLocale, getLocale, getProperty, getProperty, getRequest, getSession, setApplicationContext
-
Constructor Details
-
HelpService
Autowired constructor- Parameters:
templateService
- Template servicebaseConfigProperties
- Base configuration properties
-
-
Method Details
-
getApplicationHelp
Generates context help for all application- Returns:
- Application help
-
getOptionHelp
Generates context help for the actual screen- Parameters:
optionId
- Option identifier- Returns:
- Option help
-
getApplicationManual
Retrieve application manual header- Parameters:
manualHeader
- Manual header- Returns:
- Application manual
-