com.jdon.controller.context
接口 SessionWrapper

所有已知实现类:
Application, AppUtil, DemoSessionWrapper, HttpSessionWrapper

public interface SessionWrapper


方法摘要
 Object getAttribute(String key)
           
 void setAttribute(String key, Object o)
           
 

方法详细信息

getAttribute

Object getAttribute(String key)

setAttribute

void setAttribute(String key,
                  Object o)


Copyright © 2013. All Rights Reserved.