org.seasar.cubby.plugins.guice
クラス FileUploadModule
java.lang.Object
com.google.inject.AbstractModule
org.seasar.cubby.plugins.guice.FileUploadModule
- すべての実装されたインタフェース:
- Module
public class FileUploadModule
- extends AbstractModule
commons-fileupload の設定を行います。
DiskFileItemFactory
はテンポラリにローカルファイルシステムを使用します。Goolgle App Engine
のようにファイルシステムへの書き込みに制限がある場合は
DiskFileItemFactory
ではなく、
StreamFileItemFactory
を試してみてください。
これはマルチパートのデータをテンポラリを使用せずにオンメモリで処理します。
クラス com.google.inject.AbstractModule から継承されたメソッド |
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUploadModule
public FileUploadModule()
configure
protected void configure()
-
- 定義:
- クラス
AbstractModule
内の configure
Copyright © 2006-2010 The Seasar Foundation. All Rights Reserved.