1. 调用this. CheckUserLogin() , 和this. ScopeManager(String actionname)方法,
actionname为当前action的名字。
2. request中取得roleIdfuctionList,从fuctionList数组中取出其中每一个functionId,将其封装在FunctionVO中,再把FunctionVO封装在Vector中,Vector的名字为:roleFunction。
1. 调用this. CheckUserLogin() , 和this. ScopeManager(String actionname)方法,
actionname为当前action的名字。
2. request中取得roleIdfuctionList,从fuctionList数组中取出其中每一个functionId,将其封装在FunctionVO中,再把FunctionVO封装在Vector中,Vector的名字为:roleFunction。