org.seasar.cubby.controller.impl
クラス RequestParameterBinderImplTest.FileItemDto

java.lang.Object
  上位を拡張 org.seasar.cubby.controller.impl.RequestParameterBinderImplTest.FileItemDto
含まれているクラス:
RequestParameterBinderImplTest

public static class RequestParameterBinderImplTest.FileItemDto
extends Object


フィールドの概要
 byte[] bytefile
           
 Set<byte[]> bytefilelist
           
 byte[][] bytefiles
           
 FileItem file
           
 InputStream input
           
 
コンストラクタの概要
RequestParameterBinderImplTest.FileItemDto()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

file

public FileItem file

bytefile

public byte[] bytefile

bytefiles

public byte[][] bytefiles

bytefilelist

public Set<byte[]> bytefilelist

input

public InputStream input
コンストラクタの詳細

RequestParameterBinderImplTest.FileItemDto

public RequestParameterBinderImplTest.FileItemDto()


Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.