portal.core.upload
Class FormParameter

java.lang.Object
  extended byportal.core.upload.FormParameter
All Implemented Interfaces:
RequestParameter

public class FormParameter
extends java.lang.Object
implements RequestParameter


Constructor Summary
FormParameter(java.lang.String name)
           
 
Method Summary
 void addValue(java.lang.String value)
           
 java.lang.String getName()
           
 java.lang.String getValue()
           
 java.util.Collection getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormParameter

public FormParameter(java.lang.String name)
              throws PortalProcessException
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface RequestParameter

getValue

public java.lang.String getValue()
                          throws PortalProcessException
Throws:
PortalProcessException

getValues

public java.util.Collection getValues()
                               throws PortalProcessException
Throws:
PortalProcessException

addValue

public void addValue(java.lang.String value)