fr.paris.lutece.portal.web.upload
Class UploadFilterSite

java.lang.Object
  extended by fr.paris.lutece.portal.web.upload.UploadFilter
      extended by fr.paris.lutece.portal.web.upload.UploadFilterSite
All Implemented Interfaces:
javax.servlet.Filter

public class UploadFilterSite
extends UploadFilter

A rewrite of the multipart filter from the com.oreilly.servlet package. The rewrite allows us to use initialization parameters specified in the Lutece configuration files. This filter concern site (front office) jsp pages


Constructor Summary
UploadFilterSite()
           
 
Method Summary
protected  String getMessageRelativeUrl(javax.servlet.http.HttpServletRequest request, String strMessageKey, Object[] messageArgs, String strTitleKey)
          Forward the error message url depends site or admin implementation.
 
Methods inherited from class fr.paris.lutece.portal.web.upload.UploadFilter
destroy, doFilter, getRequestSizeMax, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadFilterSite

public UploadFilterSite()
Method Detail

getMessageRelativeUrl

protected String getMessageRelativeUrl(javax.servlet.http.HttpServletRequest request,
                                       String strMessageKey,
                                       Object[] messageArgs,
                                       String strTitleKey)
Forward the error message url depends site or admin implementation.

Specified by:
getMessageRelativeUrl in class UploadFilter
Parameters:
request - The http request
strMessageKey - the str message key
messageArgs - the message args
strTitleKey - the str title key
Returns:
Message


Copyright © 2014 Mairie de Paris. All Rights Reserved.