fr.paris.lutece.portal.web.upload
Class UploadFilterAdmin
java.lang.Object
fr.paris.lutece.portal.web.upload.UploadFilter
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
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 |
UploadFilterAdmin
public UploadFilterAdmin()
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.