Uses of Class
de.chkal.mvctoolbox.core.message.MvcMessage
Packages that use MvcMessage
-
Uses of MvcMessage in de.chkal.mvctoolbox.core.message
Methods in de.chkal.mvctoolbox.core.message that return MvcMessageModifier and TypeMethodDescriptionstatic MvcMessageCreates a new global error message.static MvcMessageCreates a new error message referring to the given parameter.MvcMessages.getMessage(String param) If there is at least one message queued for the given parameter, the first one is returned.MvcMessagesImpl.getMessage(String param) static MvcMessageCreates a new global info message.static MvcMessageCreates a new info message referring to the given parameter.static MvcMessageCreates a new global warning message.static MvcMessageCreates a new warning message referring to the given parameter.Methods in de.chkal.mvctoolbox.core.message that return types with arguments of type MvcMessageModifier and TypeMethodDescriptionMvcMessages.getAll()Returns a list of all messagesMvcMessagesImpl.getAll()MvcMessages.getErrors()Returns a list of all messages with a severity of ERROR.MvcMessagesImpl.getErrors()MvcMessages.getInfos()Returns a list of all messages with a severity of INFO.MvcMessagesImpl.getInfos()MvcMessages.getMessages(String param) Returns a list of all messages queued for the given parameter.MvcMessagesImpl.getMessages(String param) MvcMessages.getWarnings()Returns a list of all messages with a severity of WARNING.MvcMessagesImpl.getWarnings()Methods in de.chkal.mvctoolbox.core.message with parameters of type MvcMessageModifier and TypeMethodDescriptionMvcMessages.add(MvcMessage message) Adds the given message.MvcMessagesImpl.add(MvcMessage message)