org.seasar.robot.helper
クラス ContentLengthHelper
java.lang.Object
org.seasar.robot.helper.ContentLengthHelper
public class ContentLengthHelper
- extends Object
- 作成者:
- shinsuke
クラス 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.