Uses of Class
com.endurancetrio.app.common.model.PageMetadata
Packages that use PageMetadata
-
Uses of PageMetadata in com.endurancetrio.app.common.utils
Methods in com.endurancetrio.app.common.utils that return PageMetadataModifier and TypeMethodDescriptionstatic PageMetadataPageMetadataUtils.create(String view, String title, String description, jakarta.servlet.http.HttpServletRequest request, AppProperties properties) Creates aPageMetadatainstance populated with the given page data and application-wide configuration properties.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.