com.jdon.controller.context.application
类 DemoSessionWrapper

java.lang.Object
  继承者 com.jdon.controller.context.application.DemoSessionWrapper
所有已实现的接口:
SessionWrapper

public class DemoSessionWrapper
extends Object
implements SessionWrapper


构造方法摘要
DemoSessionWrapper()
           
 
方法摘要
 Object getAttribute(String key)
           
 void setAttribute(String key, Object o)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DemoSessionWrapper

public DemoSessionWrapper()
方法详细信息

getAttribute

public Object getAttribute(String key)
指定者:
接口 SessionWrapper 中的 getAttribute

setAttribute

public void setAttribute(String key,
                         Object o)
指定者:
接口 SessionWrapper 中的 setAttribute


Copyright © 2013. All Rights Reserved.