org.apache.struts.extras
Class SecureJakartaMultipartParser

java.lang.Object
  extended by org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
      extended by org.apache.struts.extras.SecureJakartaMultipartParser
All Implemented Interfaces:
org.apache.struts2.dispatcher.multipart.MultiPartRequest

public class SecureJakartaMultipartParser
extends org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest


Field Summary
 
Fields inherited from class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
errors, files, maxSize, params
 
Constructor Summary
SecureJakartaMultipartParser()
           
 
Method Summary
protected  String buildErrorMessage(Throwable e, Object[] args)
           
 void setLocaleProvider(com.opensymphony.xwork2.LocaleProvider provider)
           
 
Methods inherited from class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
cleanUp, getContentType, getErrors, getFile, getFileNames, getFileParameterNames, getFilesystemName, getParameter, getParameterNames, getParameterValues, parse, setLocale, setMaxSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureJakartaMultipartParser

public SecureJakartaMultipartParser()
Method Detail

setLocaleProvider

public void setLocaleProvider(com.opensymphony.xwork2.LocaleProvider provider)
Overrides:
setLocaleProvider in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest

buildErrorMessage

protected String buildErrorMessage(Throwable e,
                                   Object[] args)
Overrides:
buildErrorMessage in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest


Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.