org.seasar.robot.helper
クラス ContentLengthHelper

java.lang.Object
  上位を拡張 org.seasar.robot.helper.ContentLengthHelper

public class ContentLengthHelper
extends Object

作成者:
shinsuke

フィールドの概要
protected  long defaultMaxLength
           
protected  Map<String,Long> maxLengthMap
           
 
コンストラクタの概要
ContentLengthHelper()
           
 
メソッドの概要
 void addMaxLength(String mimeType, long maxLength)
           
 long getDefaultMaxLength()
           
 long getMaxLength(String mimeType)
           
 void setDefaultMaxLength(long defaultMaxLength)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

defaultMaxLength

protected long defaultMaxLength

maxLengthMap

protected Map<String,Long> maxLengthMap
コンストラクタの詳細

ContentLengthHelper

public ContentLengthHelper()
メソッドの詳細

addMaxLength

public void addMaxLength(String mimeType,
                         long maxLength)

getMaxLength

public long getMaxLength(String mimeType)

getDefaultMaxLength

public long getDefaultMaxLength()

setDefaultMaxLength

public void setDefaultMaxLength(long defaultMaxLength)


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