|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mmbase.bridge.jsp.taglib.util.MultiPart.MMultipartRequest
| Method Summary | |
protected String |
encodeBytesAsString(byte[] data)
Method to retrieve the bytes of an uploaded file as a string using eitehr the encoding specified in the file or the default encoding. |
byte[] |
getBytes(String param)
Method to retrieve the bytes of an uploaded file. |
org.apache.commons.fileupload.FileItem |
getFileItem(String param)
|
Iterator |
getParameterNames()
|
Object |
getParameterValues(String param)
Method to retrieve the parameter. |
boolean |
isFile(String param)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public byte[] getBytes(String param)
throws JspTagException
param - The name of the parameter
null if parameter not found, otherwise the bytes from the parameter
JspTagException
public org.apache.commons.fileupload.FileItem getFileItem(String param)
throws JspTagException
JspTagException
protected String encodeBytesAsString(byte[] data)
throws JspTagException
null if parameter not found, otherwise the bytes from the parameter
JspTagExceptionpublic boolean isFile(String param)
public Object getParameterValues(String param)
throws JspTagException
param - The name of the parameter
null if parameter not found, when a single occurence of the parameter
the result as a String using the encoding specified. When if was a MultiParameter parameter, it will return
a List of String's
JspTagExceptionpublic Iterator getParameterNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||