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

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

public class UploadFilterAdmin
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 administration jsp pages


Constructor Summary
UploadFilterAdmin()
           
 
Method Summary
protected  java.lang.String getMessageRelativeUrl(javax.servlet.http.HttpServletRequest request)
          Get the error message url when file is bigger than the max size authorized
 
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

UploadFilterAdmin

public UploadFilterAdmin()
Method Detail

getMessageRelativeUrl

protected java.lang.String getMessageRelativeUrl(javax.servlet.http.HttpServletRequest request)
Get the error message url when file is bigger than the max size authorized

Specified by:
getMessageRelativeUrl in class UploadFilter
Parameters:
request - The http request
Returns:
The error message URL


Copyright © 2010 Mairie de Paris. All Rights Reserved.