org.seasar.robot.helper.impl
クラス MimeTypeHelperImpl

java.lang.Object
  上位を拡張 org.seasar.robot.helper.impl.MimeTypeHelperImpl
すべての実装されたインタフェース:
MimeTypeHelper

public class MimeTypeHelperImpl
extends Object
implements MimeTypeHelper

作成者:
shinsuke

コンストラクタの概要
MimeTypeHelperImpl()
           
 
メソッドの概要
 String getContentType(InputStream is, Map<String,String> params)
           
 String getContentType(InputStream is, String filename)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MimeTypeHelperImpl

public MimeTypeHelperImpl()
メソッドの詳細

getContentType

public String getContentType(InputStream is,
                             String filename)
定義:
インタフェース MimeTypeHelper 内の getContentType

getContentType

public String getContentType(InputStream is,
                             Map<String,String> params)
定義:
インタフェース MimeTypeHelper 内の getContentType


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