package controllers; import rbac.RbacService; import rbac.impl.DefaultRbacService; import com.et.mvc.Controller; import com.et.mvc.binding.DataBinders; import com.et.mvc.filter.BeforeFilter; @BeforeFilter(execute="auth") public class ApplicationController extends Controller{ static{ DataBinders.setAllowEmpty(true); } protected RbacService rbac; protected boolean auth() throws Exception { rbac = new DefaultRbacService(request); if (rbac.getCurrentUser() == null){ redirect("/home/login"); return false; } request.setAttribute("rbac", rbac); return true; } }
最近下载更多
lhm789 LV6
10月26日
233002037 LV3
10月12日
educationAAA LV11
5月17日
genyuan2014 LV6
4月27日
wanglinddad LV55
3月14日
erqiu2013 LV18
2023年12月27日
微笑刺客 LV19
2023年11月21日
Seaskye LV14
2023年11月4日
ssh123 LV10
2023年9月28日
想飞的大肥猪 LV9
2023年8月2日