Uses of Class
com.almis.awe.model.component.AweRequest
Package
Description
-
Uses of AweRequest in com.almis.awe.autoconfigure
Modifier and TypeMethodDescriptionAweAutoConfiguration.aweRequest
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, com.fasterxml.jackson.databind.ObjectMapper mapper) Awe RequestModifier and TypeMethodDescriptionAweAutoConfiguration.fileService
(BroadcastService broadcastService, AweRequest request, BaseConfigProperties baseConfigProperties, EncodeService encodeService) File serviceAweAutoConfiguration.screenComponentGenerator
(AweRequest request, ScreenModelGenerator screenModelGenerator, InitialLoadDao initialLoadDao, AweElementsDao aweElementsDao, BaseConfigProperties baseConfigProperties, ScreenConfigurationGenerator screenConfigurationGenerator) Screen component generator -
Uses of AweRequest in com.almis.awe.config
-
Uses of AweRequest in com.almis.awe.controller
ModifierConstructorDescriptionActionController
(ActionService actionService, AweRequest aweRequest) Autowired constructorScreenDataController
(ScreenService screenService, AweRequest aweRequest) Autowired constructor -
Uses of AweRequest in com.almis.awe.rest.controller
ModifierConstructorDescriptionAweRestController
(QueryService queryService, MaintainService maintainService, AweRequest request, JWTTokenService jwtTokenService, org.modelmapper.ModelMapper modelMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Autowired constructor -
Uses of AweRequest in com.almis.awe.service
ModifierConstructorDescriptionFileService
(BroadcastService broadcastService, AweRequest request, BaseConfigProperties baseConfigProperties, EncodeService encodeService) Autowired constructor -
Uses of AweRequest in com.almis.awe.service.screen
ModifierConstructorDescriptionScreenComponentGenerator
(AweRequest request, ScreenModelGenerator screenModelGenerator, InitialLoadDao initialLoadDao, AweElementsDao aweElementsDao, BaseConfigProperties baseConfigProperties, ScreenConfigurationGenerator screenConfigurationGenerator) Autowired constructor