| | |
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import javax.servlet.http.HttpSession;
|
| | |
|
| | | import com.fgkj.dao.UinfDaoFactory;
|
| | | import com.fgkj.dto.ServiceModel;
|
| | | import com.fgkj.dto.User_log;
|
| | |
| | | result=ActionUtil.tojson(model);
|
| | | return SUCCESS;
|
| | | }
|
| | |
|
| | | //从session中获取permits权限的属性
|
| | | public String FromSessiongetPermits() {
|
| | | HttpSession session=ActionUtil.getSession();
|
| | | String permits=(String) session.getAttribute("permits");
|
| | | result=ActionUtil.tojson(permits);
|
| | | return SUCCESS;
|
| | | }
|
| | | public String getResult() {
|
| | | return result;
|
| | | }
|
| | |
| | |
|
| | | public void setJson(String json) {
|
| | | this.json = json;
|
| | | } |
| | | }
|
| | | }
|