|
|||||||||
| 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 | |
byte[] |
getBytes(java.lang.String param)
Method to retrieve the byte's |
java.util.Enumeration |
getParameterNames()
|
java.lang.Object |
getParameterValues(java.lang.String param)
Method to retrieve the parameter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public byte[] getBytes(java.lang.String param)
throws javax.servlet.jsp.JspTagException
param - The name of the parameter
null if parameter not found, otherwise the bytes from the parameter
javax.servlet.jsp.JspTagException
public java.lang.Object getParameterValues(java.lang.String param)
throws javax.servlet.jsp.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 MulitParameter parameter, it will return
a Vector of String's
javax.servlet.jsp.JspTagExceptionpublic java.util.Enumeration getParameterNames()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||