Uses of Class
de.xima.fc.mdl.ViewMessage
-
Packages that use ViewMessage Package Description de.xima.fc.exceptions.http de.xima.fc.interfaces.http de.xima.fc.mdl Allgemeine Modellklassen, nicht Datenbankpersitiertde.xima.fc.mdl.http de.xima.fc.security.session -
-
Uses of ViewMessage in de.xima.fc.exceptions.http
Methods in de.xima.fc.exceptions.http that return ViewMessage Modifier and Type Method Description ViewMessage
RedirectException. getViewMessage()
Methods in de.xima.fc.exceptions.http with parameters of type ViewMessage Modifier and Type Method Description RedirectException.Builder
RedirectException.Builder. withViewMessage(ViewMessage viewMessage)
-
Uses of ViewMessage in de.xima.fc.interfaces.http
Methods in de.xima.fc.interfaces.http that return ViewMessage Modifier and Type Method Description ViewMessage
IRedirectAction. getViewMessage()
-
Uses of ViewMessage in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return ViewMessage Modifier and Type Method Description ViewMessage
ViewMessage.Builder. build()
-
Uses of ViewMessage in de.xima.fc.mdl.http
Methods in de.xima.fc.mdl.http that return ViewMessage Modifier and Type Method Description ViewMessage
RedirectAction. getViewMessage()
Methods in de.xima.fc.mdl.http with parameters of type ViewMessage Modifier and Type Method Description RedirectAction.Builder
RedirectAction.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 ViewMessage Modifier and Type Method Description List<ViewMessage>
SessionDataBean. 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 ViewMessage Modifier and Type Method Description boolean
SessionDataBean. addInitViewMessage(ViewMessage message)
Adds a view message that is to be displayed upon view initialization.
-