Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Menu
- 예외처리
- struts2
- Graphic
- JavaScript
- 이클립스
- OGNL
- paint
- Eclips
- 메소드
- Android
- 에러페이지
- 생성자
- 안드로이드
- layout
- Java
- 오버로딩
- 국제화
- oracle
- 전화걸기
- JSP
- 기본
- 어노테이션
- HTML
- 클래스
- 메서드
- Spring
- AWT
- mybatis
- 배열
Archives
- Today
- Total
목록주소 확장 (1)
note
@PathVariable 을 이용한 주소 확장기능
key와 value값이 /로 표현되어짐 dispatcher-servlet.xml messages.validation CharacterInfoController.javapackage madvirus.spring.chap06.controller; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestMapping; @Controller public class CharacterInfoController..
JSP/Spring
2012. 3. 6. 10:30