Uses of Class
com.endurancetrio.app.common.service.MessageService
Packages that use MessageService
Package
Description
-
Uses of MessageService in com.endurancetrio.app.common.handler
Constructors in com.endurancetrio.app.common.handler with parameters of type MessageServiceModifierConstructorDescriptionEnduranceTrioExceptionHandlerWeb(MessageService messageService, AppProperties appProperties) -
Uses of MessageService in com.endurancetrio.app.common.utils
Methods in com.endurancetrio.app.common.utils with parameters of type MessageServiceModifier and TypeMethodDescriptionstatic org.springframework.web.servlet.ModelAndViewErrorPageUtils.buildErrorModelAndView(@NonNull org.springframework.http.HttpStatus status, @NonNull String message, List<ErrorDTO> errors, @NonNull jakarta.servlet.http.HttpServletRequest request, @NonNull MessageService messageService, @NonNull AppProperties appProperties) Builds a completeModelAndViewfor an error page.static PageMetadataErrorPageUtils.createErrorPageMetadata(int statusCode, @NonNull jakarta.servlet.http.HttpServletRequest request, @NonNull Locale locale, @NonNull MessageService messageService, @NonNull AppProperties appProperties) Creates aPageMetadataobject for an error page using the appropriate i18n message keys based on the HTTP status code. -
Uses of MessageService in com.endurancetrio.app.common.web
Constructors in com.endurancetrio.app.common.web with parameters of type MessageServiceModifierConstructorDescriptionAboutWebController(MessageService messageService, AppProperties appProperties) EnduranceTrioErrorController(MessageService messageService, AppProperties appProperties) PolicyWebController(MessageService messageService, AppProperties appProperties) -
Uses of MessageService in com.endurancetrio.app.competitor.web
Constructors in com.endurancetrio.app.competitor.web with parameters of type MessageServiceModifierConstructorDescriptionAthleteWebController(MessageService messageService, AppProperties appProperties, AthleteService athleteService) -
Uses of MessageService in com.endurancetrio.app.event.web
Constructors in com.endurancetrio.app.event.web with parameters of type MessageServiceModifierConstructorDescriptionEventWebController(MessageService messageService, AppProperties appProperties, EventService eventService) -
Uses of MessageService in com.endurancetrio.app.newsletter.web
Constructors in com.endurancetrio.app.newsletter.web with parameters of type MessageServiceModifierConstructorDescriptionNewsletterWebController(AppProperties appProperties, MessageService messageService, NewsletterService newsletterService)