configInterceptor(攔截器我)
此方法用來設定 JFinal 的全域攔截器,全域攔截器將攔截所有 action 請求,除非使用@Clear 在 Controller 中清除,以下程式碼配置了名為 AuthInterceptor 的攔截器。
public void configInterceptor(Interceptorsme)
{ me.add(newAuthInterceptor());
}
{ me.add(newAuthInterceptor());
}
此方法用來設定 JFinal 的全域攔截器,全域攔截器將攔截所有 action 請求,除非使用@Clear 在 Controller 中清除,以下程式碼配置了名為 AuthInterceptor 的攔截器。