org.seasar.framework.container.external.servlet
クラス ServletApplicationMap
java.lang.Object
java.util.AbstractMap
org.seasar.framework.container.external.AbstractExternalContextMap
org.seasar.framework.container.external.servlet.ServletApplicationMap
- すべての実装インタフェース:
- Map
- public class ServletApplicationMap
- extends AbstractExternalContextMap
- 作成者:
- shot, higa
クラス org.seasar.framework.container.external.AbstractExternalContextMap から継承したメソッド |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, values |
ServletApplicationMap
public ServletApplicationMap(ServletContext context)
getAttribute
protected Object getAttribute(String key)
- 定義:
- クラス
AbstractExternalContextMap
内の getAttribute
getAttributeNames
protected Iterator getAttributeNames()
- 定義:
- クラス
AbstractExternalContextMap
内の getAttributeNames
removeAttribute
protected void removeAttribute(String key)
- 定義:
- クラス
AbstractExternalContextMap
内の removeAttribute
setAttribute
protected void setAttribute(String key,
Object value)
- 定義:
- クラス
AbstractExternalContextMap
内の setAttribute
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.