fr.paris.lutece.portal.web.upload
Class UploadFilterSite
java.lang.Object
fr.paris.lutece.portal.web.upload.UploadFilter
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UploadFilterSite
public UploadFilterSite()
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 requeststrMessageKey
- the str message keymessageArgs
- the message argsstrTitleKey
- the str title key
- Returns:
- Message
Copyright © 2014 Mairie de Paris. All Rights Reserved.