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 | 29 | 30 | 31 |
Tags
- gwt
- spring transaction
- Drools Fusion
- GEventEvaluator
- JPA
- jquery
- bootstrap jquery datepicker
- rember me
- maven
- gwt-ext
- CEP
- jstl
- custom filter
- MySQL
- jquery serialize
- Spring
- JBoss Seam
- querydsl
- ibatis
- COC
- spring security
- @SqlResultSetMapping
- spring jpa
- SVN
- Hudson
- jenkins
- java tip
- drools
- guvnor
- zabbix
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