AI학교

Intercepter 본문

Servlet/Spring

Intercepter

ai-world.tistory.com 2019. 10. 30. 09:18

Intercepter는 springcontext가 넘어온 이후에 실행되기 때문에 spring-servlet.xml에 작성한다

Interceptor 클래스
spring-servlet.xml
console

 

 

게시물은 로그인안해도 확인할 수 있게 만들고, 글쓰기는 로그인해야 되게 만들기

authInterceptor
spring-servlet.xml
chrome -> board/list
chrome -> board/write

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

'Servlet > Spring' 카테고리의 다른 글

AOP(Aspect Oriented Programming)  (0) 2019.10.30
IoC-container(Bean을 Container에서 관리하기)  (0) 2019.10.30
Logging  (0) 2019.10.29
게시물 작성하기  (0) 2019.10.29
게시판 글쓰기  (0) 2019.10.29
Comments