com.jdon.controller.context.web
类 HttpSessionWrapper
java.lang.Object
com.jdon.controller.context.web.HttpSessionWrapper
- 所有已实现的接口:
- SessionWrapper
public class HttpSessionWrapper
- extends Object
- implements SessionWrapper
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpSessionWrapper
public HttpSessionWrapper(javax.servlet.http.HttpSession session)
getAttribute
public Object getAttribute(String key)
- 指定者:
- 接口
SessionWrapper 中的 getAttribute
setAttribute
public void setAttribute(String key,
Object o)
- 指定者:
- 接口
SessionWrapper 中的 setAttribute
Copyright © 2013. All Rights Reserved.