Class GlobalControllerAdvice
java.lang.Object
de.digitalcollections.cudami.frontend.website.controller.advice.GlobalControllerAdvice
-
Constructor Summary
ConstructorsConstructorDescriptionGlobalControllerAdvice(TemplateConfig templateConfig, ContentService contentService) -
Method Summary
-
Constructor Details
-
GlobalControllerAdvice
-
-
Method Details
-
handleNotFound
@ExceptionHandler(de.digitalcollections.model.exception.ResourceNotFoundException.class) @ResponseStatus(NOT_FOUND) public void handleNotFound() -
getContentWebpages
@ModelAttribute("contentWebpages") public List<de.digitalcollections.model.identifiable.web.Webpage> getContentWebpages() -
getWebsite
@ModelAttribute("website") public de.digitalcollections.model.identifiable.entity.Website getWebsite()
-