您的位置:首页 > 其它

转自手册:AAOD Servlet执行函数的问题

2014-02-22 14:02 363 查看
General approach to access call session or message session variables
The general approach to gain access to call session or message session variables, either simple or complex, is to add code to a node.

For a Servlet node, override the following method:
public void servletImplementation(SCESession mySession)

For an other node, for example, Form, Menu, or Data, override the following method:
public void requestBegin(SCESession mySession)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: