StandardSession.java 文件源码

java
阅读 42 收藏 0 点赞 0 评论 0

项目:jerrydog 作者:
/**
 * Return the session context with which this session is associated.
 *
 * @deprecated As of Version 2.1, this method is deprecated and has no
 *  replacement.  It will be removed in a future version of the
 *  Java Servlet API.
 */
public HttpSessionContext getSessionContext() {

    if (sessionContext == null)
        sessionContext = new StandardSessionContext();
    return (sessionContext);

}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号