Uses of Class
org.openxava.util.Messages
Packages that use Messages
Package
Description
-
Uses of Messages in org.openxava.actions
Methods in org.openxava.actions that return MessagesModifier and TypeMethodDescriptionBaseAction.getErrors()IAction.getErrors()BaseAction.getMessages()IAction.getMessages()Methods in org.openxava.actions with parameters of type MessagesModifier and TypeMethodDescriptionprotected voidprotected voidBaseAction.addMessages(Messages messages) voidvoidvoidBaseAction.setMessages(Messages messages) voidIAction.setMessages(Messages messages) -
Uses of Messages in org.openxava.controller
Methods in org.openxava.controller that return MessagesModifier and TypeMethodDescriptionstatic MessagesModuleManager.manageException(Exception ex) Manages the exception using the same logic when executing an action and it fails.Methods in org.openxava.controller with parameters of type MessagesModifier and TypeMethodDescriptionvoidModuleManager.execute(javax.servlet.http.HttpServletRequest request, Messages errors, Messages messages) voidModuleManager.executeAction(String qualifiedActionName, Messages errors, Messages messages, String propertyValues, javax.servlet.http.HttpServletRequest request) voidModuleManager.executeAction(String qualifiedActionName, Messages errors, Messages messages, javax.servlet.http.HttpServletRequest request) voidModuleManager.executeAction(IAction action, Messages errors, Messages messages, javax.servlet.http.HttpServletRequest request) voidModuleManager.executeAfterEachRequestActions(javax.servlet.http.HttpServletRequest request, Messages errors, Messages messages) voidModuleManager.executeBeforeEachRequestActions(javax.servlet.http.HttpServletRequest request, Messages errors, Messages messages) voidModuleManager.executeBeforeLoadPage(javax.servlet.http.HttpServletRequest request, Messages errors, Messages messages) voidModuleManager.executeOnEachRequestActions(javax.servlet.http.HttpServletRequest request, Messages errors, Messages messages) voidModuleManager.initModule(javax.servlet.http.HttpServletRequest request, Messages errors, Messages messages) booleanModuleManager.isActionAvailable(MetaAction metaAction, Messages errors, Messages messages, String propertyValues, javax.servlet.http.HttpServletRequest request) -
Uses of Messages in org.openxava.model
Methods in org.openxava.model that return MessagesModifier and TypeMethodDescriptionstatic MessagesValidates the sent values but does not create or update the object.static MessagesMapFacade.validateIncludingMissingRequired(String modelName, Map values) Validates the sent values and if required values are included, but does not create or update the object.static MessagesMapFacade.validateIncludingMissingRequired(String modelName, Map values, String containerReference) -
Uses of Messages in org.openxava.model.impl
Methods in org.openxava.model.impl that return Messages -
Uses of Messages in org.openxava.model.meta
Methods in org.openxava.model.meta with parameters of type MessagesModifier and TypeMethodDescriptionvoidvoidvoidvoid -
Uses of Messages in org.openxava.tab
Methods in org.openxava.tab that return MessagesMethods in org.openxava.tab with parameters of type Messages -
Uses of Messages in org.openxava.util
Methods in org.openxava.util with parameters of type Messages -
Uses of Messages in org.openxava.validators
Methods in org.openxava.validators that return MessagesMethods in org.openxava.validators with parameters of type MessagesModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidValidate.voidvoidvoidDoes validation.voidvoidvoidvoidNotBlankCharacterValidator.validate(Messages errors, Object object, String propertyName, String modelName) voidNotEmptyStringValidator.validate(Messages errors, Object object, String propertyName, String modelName) voidNotNegativeValidator.validate(Messages errors, Object object, String propertyName, String modelName) voidvoidvoidvoidvoidvoidConstructors in org.openxava.validators with parameters of type Messages -
Uses of Messages in org.openxava.view
Methods in org.openxava.view that return MessagesMethods in org.openxava.view with parameters of type Messages -
Uses of Messages in org.openxava.web
Methods in org.openxava.web with parameters of type MessagesModifier and TypeMethodDescriptionstatic voidDescriptionsLists.fillReferenceValues(Map referenceValues, MetaReference ref, String value, String qualifier, String propertyPrefix, javax.servlet.http.HttpServletRequest request, Messages errors, String viewName) Fills a map with reference values from a composite key string.static voidDescriptionsLists.fillReferenceValues(Map referenceValues, MetaReference ref, String value, String qualifier, String propertyPrefix, javax.servlet.http.HttpServletRequest request, Messages errors, String viewName, boolean emptyIfNotBracketed) Fills a map with reference values from a composite key string.static StringWebEditors.format(javax.servlet.http.HttpServletRequest request, MetaProperty p, Object object, Messages errors, String viewName) static StringWebEditors.format(javax.servlet.http.HttpServletRequest request, MetaProperty p, Object object, Messages errors, String viewName, boolean fromList) static StringWebEditors.formatNoFilterSpecialCharacters(javax.servlet.http.HttpServletRequest request, MetaProperty p, Object object, Messages errors, String viewName) static ObjectWebEditors.formatTitle(javax.servlet.http.HttpServletRequest request, MetaProperty p, Object object, Messages errors, String viewName, boolean fromList) static ObjectWebEditors.formatToStringOrArray(javax.servlet.http.HttpServletRequest request, MetaProperty p, Object object, Messages errors, String viewName, boolean fromList) static ObjectWebEditors.parse(javax.servlet.http.HttpServletRequest request, MetaProperty p, String[] strings, Messages errors, String viewName) static ObjectWebEditors.parse(javax.servlet.http.HttpServletRequest request, MetaProperty p, String string, Messages errors, String viewName) DescriptionsLists.parseKeyValues(MetaModel metaModel, String value, javax.servlet.http.HttpServletRequest request, Messages errors, String viewName, boolean emptyIfNotBracketed) Parses a key string using MetaModel key properties.DescriptionsLists.parseKeyValues(MetaModel metaModel, Collection<String> keyPropertiesNames, String value, javax.servlet.http.HttpServletRequest request, Messages errors, String viewName, boolean emptyIfNotBracketed) Parses a key string using the given key property names instead of the MetaModel primary key. -
Uses of Messages in org.openxava.web.editors
Methods in org.openxava.web.editors with parameters of type MessagesModifier and TypeMethodDescriptionvoidTreeViewParser.createMetaTreeView(Tab tab, String viewObject, String collectionName, Style style, Messages errors) Creates the MetaTreeView for later useConstructors in org.openxava.web.editors with parameters of type MessagesModifierConstructorDescriptionCardIterator(Tab tab, View view, javax.servlet.http.HttpServletRequest request, Messages errors)