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 |
Tags
- 오버로딩
- layout
- paint
- Eclips
- JavaScript
- 메소드
- 예외처리
- oracle
- 기본
- AWT
- Menu
- 에러페이지
- OGNL
- 배열
- Graphic
- struts2
- Android
- 생성자
- 안드로이드
- mybatis
- Spring
- 국제화
- JSP
- 메서드
- HTML
- 전화걸기
- 이클립스
- Java
- 클래스
- 어노테이션
Archives
- Today
- Total
목록@PathVariable (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