org.mmbase.bridge.jsp.taglib.util
Class MultiPart.MMultipartRequest

java.lang.Object
  extended byorg.mmbase.bridge.jsp.taglib.util.MultiPart.MMultipartRequest
Enclosing class:
MultiPart

public static class MultiPart.MMultipartRequest
extends java.lang.Object


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

getBytes

public byte[] getBytes(java.lang.String param)
                throws javax.servlet.jsp.JspTagException
Method to retrieve the byte's

Parameters:
param - The name of the parameter
Returns:
null if parameter not found, otherwise the bytes from the parameter
Throws:
javax.servlet.jsp.JspTagException

getParameterValues

public java.lang.Object getParameterValues(java.lang.String param)
                                    throws javax.servlet.jsp.JspTagException
Method to retrieve the parameter

Parameters:
param - The name of the parameter
Returns:
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
Throws:
javax.servlet.jsp.JspTagException

getParameterNames

public java.util.Enumeration getParameterNames()


MMBase build 1.7.1.20041002