com.sun.jersey.core.header
Class FormDataContentDisposition

java.lang.Object
  extended by com.sun.jersey.core.header.ContentDisposition
      extended by com.sun.jersey.core.header.FormDataContentDisposition

public class FormDataContentDisposition
extends ContentDisposition

A form-data content disposition header.

Author:
Paul.Sandoz@Sun.Com

Constructor Summary
FormDataContentDisposition(HttpHeaderReader reader)
           
FormDataContentDisposition(java.lang.String header)
           
 
Method Summary
 java.lang.String getName()
          Get the name parameter.
 
Methods inherited from class com.sun.jersey.core.header.ContentDisposition
getCreationDate, getFileName, getModificationDate, getParameters, getReadDate, getSize, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormDataContentDisposition

public FormDataContentDisposition(java.lang.String header)
                           throws java.text.ParseException
Throws:
java.text.ParseException

FormDataContentDisposition

public FormDataContentDisposition(HttpHeaderReader reader)
                           throws java.text.ParseException
Throws:
java.text.ParseException
Method Detail

getName

public java.lang.String getName()
Get the name parameter.

Returns:
the name


Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.