LogoutController.groovy
上传用户:steveyhw
上传日期:2019-05-13
资源大小:307k
文件大小:0k
- /**
- * Logout Controller (Example)
- * @author generated by plugin script
- */
- class LogoutController {
- def index = {
- /* ---- put your codes here ---- */
-
- redirect(uri:"/j_acegi_logout")
- render(text:"")
- }
- }