Class BaseController
java.lang.Object
se.swedenconnect.spring.saml.testsp.controllers.BaseController
- Direct Known Subclasses:
SamlSpController
Base controller.
- Author:
- Martin Lindström
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidupdateModel(Model model) Updates the MVC model with common attributes such as possible languages.
-
Field Details
-
languages
Possible languages for the UI.
-
-
Constructor Details
-
BaseController
public BaseController()
-
-
Method Details
-
updateModel
Updates the MVC model with common attributes such as possible languages.- Parameters:
model- the model
-