org.mycore.frontend.editor
Class MCRRequestParameters
java.lang.Object
org.mycore.frontend.editor.MCRRequestParameters
public class MCRRequestParameters
- extends Object
Wrapper class around an HTTP request that allows to treat both ordinary form
submission and multipart/form-data submissions with uploaded files in the
same way.
- Version:
- $Revision: 14120 $ $Date: 2008-10-12 00:15:08 +0200 (So, 12 Okt 2008) $
- Author:
- Frank Lützenkirchen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final Logger logger
MCRRequestParameters
public MCRRequestParameters(HttpServletRequest req)
getParameterNames
public Enumeration getParameterNames()
getParameter
public String getParameter(String name)
getParameterValues
public String[] getParameterValues(String name)
getFileItem
public org.apache.commons.fileupload.FileItem getFileItem(String name)