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
- Angular Router
- 앵귤러 모달
- angular button
- route
- prisma
- angular route
- angular animation
- TAILWIND
- modal
- 옵저버블
- 모달
- angular modal
- 스크롤 이벤트
- 호버
- 아이오닉 스크롤 이벤트
- Ionic modal
- ajax 사용 예시
- 스크롤 이벤트 감지
- 셀렉트박스 커스텀
- Router
- summary
- Oracle LISTAGG 사용 예시
- scroll
- 앵귤러 애니메이션
- 검색
- ApexChart
- mysql if
- flex-1
- egov spring ajax 사용 예시
- formgroup
Archives
- Today
- Total
목록@PathVariable 어노테이션 (1)
깜놀하는 해므찌로
@PathVariable 조건 다중 입력 값 설정 ||
@RequestMapping(folderPath + "{proc:pop|modal}.do") public String pop(@ModelAttribute("searchVO") EmailVO searchVO, ModelMap model, HttpServletRequest request, @PathVariable String proc) throws Exception { String result = ""; if("pop".equals(proc)){ result = ".mPopLayout:/" + folderPath + proc; }else{ result = folderPath + proc; } return result; } 1. 단순히 변수로써 사용할 수도 있으나, || (or) 조건을 걸어 이처럼 유용하게 ..
IT
2022. 7. 4. 16:48