woolpack.web
クラス SimpleWebContext
java.lang.Object
woolpack.web.SimpleWebContext
- すべての実装されたインタフェース:
- WebContext
- 直系の既知のサブクラス:
- IdWebContext
public class SimpleWebContext
- extends Object
- implements WebContext
単純なWebContext
実装です。
適用しているデザインパターン:変数を格納するだけの構造体。
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleWebContext
public SimpleWebContext()
getApplication
public ConcurrentMap<String,Object> getApplication()
- 定義:
- インタフェース
WebContext
内の getApplication
setApplication
public void setApplication(ConcurrentMap<String,Object> application)
getRequest
public Map<String,Object> getRequest()
- 定義:
- インタフェース
WebContext
内の getRequest
setRequest
public void setRequest(Map<String,Object> request)
getSession
public ConcurrentMap<String,Object> getSession()
- 定義:
- インタフェース
WebContext
内の getSession
setSession
public void setSession(ConcurrentMap<String,Object> session)
getContainer
public Object getContainer()
- 定義:
- インタフェース
WebContext
内の getContainer
setContainer
public void setContainer(Object container)
- 定義:
- インタフェース
WebContext
内の setContainer
getInput
public Map<String,List<Object>> getInput()
- 定義:
- インタフェース
WebContext
内の getInput
setInput
public void setInput(Map<String,List<Object>> input)
- 定義:
- インタフェース
WebContext
内の setInput
Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.