|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.web.upload.UploadFilter
fr.paris.lutece.portal.web.upload.UploadFilterAdmin
public class UploadFilterAdmin
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 |
---|
public UploadFilterAdmin()
Method Detail |
---|
protected java.lang.String getMessageRelativeUrl(javax.servlet.http.HttpServletRequest request)
getMessageRelativeUrl
in class UploadFilter
request
- The http request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |