Uses of Class
org.apache.struts2.dispatcher.LocalizedMessage
Packages that use LocalizedMessage
Package
Description
Classes to help dispatch multipart HTTP requests.
-
Uses of LocalizedMessage in org.apache.struts2.dispatcher.multipart
Fields in org.apache.struts2.dispatcher.multipart with type parameters of type LocalizedMessageModifier and TypeFieldDescriptionprotected List<LocalizedMessage>
AbstractMultiPartRequest.errors
Internal list of raised errors to be passed to the Struts2 framework.Methods in org.apache.struts2.dispatcher.multipart that return LocalizedMessageModifier and TypeMethodDescriptionprotected LocalizedMessage
AbstractMultiPartRequest.buildErrorMessage
(Class<? extends Throwable> exceptionClass, String defaultMessage, Object[] args) Build error message.protected LocalizedMessage
MultiPartRequestWrapper.buildErrorMessage
(Throwable e, Object[] args) Methods in org.apache.struts2.dispatcher.multipart that return types with arguments of type LocalizedMessageModifier and TypeMethodDescriptionAbstractMultiPartRequest.getErrors()
MultiPartRequest.getErrors()
Returns a list of error messages that may have occurred while processing the request.MultiPartRequestWrapper.getErrors()
Returns a collection of any errors generated when parsing the multipart request.Methods in org.apache.struts2.dispatcher.multipart with parameters of type LocalizedMessageModifier and TypeMethodDescriptionprotected void
MultiPartRequestWrapper.addError
(LocalizedMessage anErrorMessage) Adds an error message when it isn't already added.