Package com.atlassian.confluence.util
Class StrutsUtil
java.lang.Object
com.atlassian.confluence.util.StrutsUtil
-
Method Summary
Modifier and TypeMethodDescriptionlocalizeMultipartErrorMessages
(com.atlassian.xwork.FileUploadUtils.FileUploadException e) Localizes errors returned by FileUploadUtils for display to the user.localizeMultipartErrorMessages
(org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper multiPartRequestWrapper) Localizes errors produced by the Struts multipart request handler for display to the user.
-
Method Details
-
localizeMultipartErrorMessages
public static List<String> localizeMultipartErrorMessages(com.atlassian.xwork.FileUploadUtils.FileUploadException e) Localizes errors returned by FileUploadUtils for display to the user. These errors are expected to be a copy of the errors returned by the Struts multipart request handler. -
localizeMultipartErrorMessages
public static List<String> localizeMultipartErrorMessages(org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper multiPartRequestWrapper) Localizes errors produced by the Struts multipart request handler for display to the user.
-