org.tinygroup.pageflowbasiccomponent
类 SessionOperate

java.lang.Object
  继承者 org.tinygroup.pageflowbasiccomponent.SessionOperate
所有已实现的接口:
ComponentInterface

public class SessionOperate
extends Object
implements ComponentInterface

功能说明: 对象session操作组件 开发人员: renhui
开发时间: 2013-5-21


构造方法摘要
SessionOperate()
           
 
方法摘要
 void execute(org.tinygroup.context.Context context)
           
 String getContextKey()
           
 String getSessionKey()
           
 void setContextKey(String contextKey)
           
 void setSessionKey(String sessionKey)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SessionOperate

public SessionOperate()
方法详细信息

getSessionKey

public String getSessionKey()

setSessionKey

public void setSessionKey(String sessionKey)

getContextKey

public String getContextKey()

setContextKey

public void setContextKey(String contextKey)

execute

public void execute(org.tinygroup.context.Context context)
指定者:
接口 ComponentInterface 中的 execute


Copyright © 2006–2016 TinyGroup. All rights reserved.