Uses of Class
de.xima.fc.mdl.ViewMessage
Packages that use ViewMessage
Package
Description
Allgemeine Modellklassen, nicht Datenbankpersitiert
-
Uses of ViewMessage in de.xima.fc.exceptions.http
Methods in de.xima.fc.exceptions.http that return ViewMessageMethods in de.xima.fc.exceptions.http with parameters of type ViewMessageModifier and TypeMethodDescriptionRedirectException.Builder.withViewMessage
(ViewMessage viewMessage) -
Uses of ViewMessage in de.xima.fc.interfaces.http
Methods in de.xima.fc.interfaces.http that return ViewMessage -
Uses of ViewMessage in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return ViewMessage -
Uses of ViewMessage in de.xima.fc.mdl.http
Methods in de.xima.fc.mdl.http that return ViewMessageMethods in de.xima.fc.mdl.http with parameters of type ViewMessageModifier and TypeMethodDescriptionRedirectAction.Builder.withViewMessage
(ViewMessage viewMessage) -
Uses of ViewMessage in de.xima.fc.security.session
Methods in de.xima.fc.security.session that return types with arguments of type ViewMessageModifier and TypeMethodDescriptionSessionDataBean.removeInitViewMessages
(IView view) Removes all view messages that are to be displayed upon initialization of the given view.Methods in de.xima.fc.security.session with parameters of type ViewMessageModifier and TypeMethodDescriptionboolean
SessionDataBean.addInitViewMessage
(ViewMessage message) Adds a view message that is to be displayed upon view initialization.