什麼是攔截器?有什麼用?spring mvc如何定義攔截器?

what:

相似於filter的一個對象,用於預處理以及後處理處理器(控制器)。spring

how:mvc

新建class實現HandlerInterceptor重寫三個方法preHandlerpostHandlerafterCompletionspringmvc.xml中配置攔截器post

2 spring mvc中如何作表單數據校驗?3d

環境搭建cdn

1,springmvc.xml中配置一個validatorxml

2,< mvc:annotation-driven validator="validator"/>;對象

給Entity添加校驗規則blog

@NotEmptyit

@Lengthio

...

用BindingResult 緊接着entity以後來接收錯誤信息。

test(User user,BindingResult rs)

相關文章
相關標籤/搜索