feat2
クラス CommandContext.MultipartFormItem
java.lang.Object
feat2.CommandContext.MultipartFormItem
- 含まれているクラス:
- CommandContext
- public class CommandContext.MultipartFormItem
- extends java.lang.Object
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getContentType
public java.lang.String getContentType()
getFieldName
public java.lang.String getFieldName()
getFileName
public java.lang.String getFileName()
getSize
public long getSize()
getString
public java.lang.String getString()
- フィールドの内容を返す。
エンコーディングはcommandまたはfeatureのencodingで設定された値か、デフォルトエンコーディング。
- 戻り値:
isFormField
public boolean isFormField()
isInMemory
public boolean isInMemory()
get
public byte[] get()
getFile
public java.io.File getFile()
throws java.io.IOException
- 例外:
java.io.IOException