Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- drools
- zabbix
- spring transaction
- Spring
- jquery serialize
- custom filter
- spring security
- guvnor
- rember me
- java tip
- MySQL
- GEventEvaluator
- CEP
- jquery
- JPA
- jenkins
- gwt-ext
- COC
- ibatis
- SVN
- jstl
- Hudson
- bootstrap jquery datepicker
- @SqlResultSetMapping
- spring jpa
- Drools Fusion
- JBoss Seam
- querydsl
- gwt
- maven
Archives
- Today
- Total
목록freemarker (1)
봉 블로그
Freemarker Tip
request parameter 가져오기 ${RequestParameters.aaa} or ${RequestParameters.['aaa']} request attributes 가져오기 ${Request.aaa} or ${Request.['aaa']} Default value operator : !그 값이 없을때 default value를 명시할수 있다. 예를 들어 mouse 에 값이 없을때 ${mouse!"No mouse."} ${mouse!"No mouse."} The output will be: No mouse.Jerry 또다른 예 (${mouse!}) (${mouse!}) The output will be: () (Jerry) Escape Example: First name: ${firstName..
java
2009. 10. 19. 11:52