Uses of Class
io.mangoo.i18n.Messages
-
Packages that use Messages Package Description io.mangoo.routing io.mangoo.templating io.mangoo.templating.methods -
-
Uses of Messages in io.mangoo.routing
Methods in io.mangoo.routing that return Messages Modifier and Type Method Description MessagesAttachment. getMessages()Methods in io.mangoo.routing with parameters of type Messages Modifier and Type Method Description AttachmentAttachment. withMessages(Messages messages) -
Uses of Messages in io.mangoo.templating
Methods in io.mangoo.templating with parameters of type Messages Modifier and Type Method Description TemplateContextTemplateContext. withMessages(Messages messages) -
Uses of Messages in io.mangoo.templating.methods
Constructors in io.mangoo.templating.methods with parameters of type Messages Constructor Description I18nMethod(Messages messages)
-