woolpack.web
クラス SimpleWebContext

java.lang.Object
  上位を拡張 woolpack.web.SimpleWebContext
すべての実装されたインタフェース:
WebContext
直系の既知のサブクラス:
IdWebContext

public class SimpleWebContext
extends Object
implements WebContext

単純なWebContext実装です。
適用しているデザインパターン:変数を格納するだけの構造体。


コンストラクタの概要
SimpleWebContext()
           
 
メソッドの概要
 ConcurrentMap<String,Object> getApplication()
           
 Object getContainer()
           
 Map<String,List<Object>> getInput()
           
 Map<String,Object> getRequest()
           
 ConcurrentMap<String,Object> getSession()
           
 void setApplication(ConcurrentMap<String,Object> application)
           
 void setContainer(Object container)
           
 void setInput(Map<String,List<Object>> input)
           
 void setRequest(Map<String,Object> request)
           
 void setSession(ConcurrentMap<String,Object> session)
           
 
クラス 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.