Webクリエイティブ集団、アイレット株式会社の代表取締役が綴る
Web制作・開発の気になる最新技術レビュー。  RSS Feeds
スカウター : [iret-ceo] アイレット株式会社CEOブログ

2007年11月24日土曜日

Teeda Session Cookie HttpServertRequest HttpServletResponse

TeedaのSession Cookie HttpServertRequest HttpServletResponseの取得の仕方

簡単あのテーションで取得できる
取得したいページ(Pageクラス)に下記を定義するだけ

@Binding
private HttpServletRequest request;
@Binding
private HttpServletResponse response;

@Binding
private Map cookie;
@Binding
protected HttpSession session;