====== Sitemesh ======
* [[http://www.opensymphony.com/sitemesh/|Sitemesh - Java Servlet Layout Framework]]
* [[http://knight76.tistory.com/entry/30021375600|sitemesh tip]] - 잘 정리하고 있음.
===== 기본 프라퍼티 =====
* [[http://www.opensymphony.com/sitemesh/api/com/opensymphony/module/sitemesh/HTMLPage.html|HTMLPage에서 생성되는 기본 프라퍼티]]
=====
===== 데코레이터 임의 변경하기 =====
''sitemesh.xml''의 **decorator-mappers**에 등록된 매퍼들을 사용한다.
==== 설정파일 사용 ====
...
==== HTML 태그 이용 ====
아래 설정이 sitemesh.xml에 존재할 때
혹은
...
==== Request Scope Attribute 사용 ====
sitemesh.xml에 다음 설정이 있다면,
request.setAttribute(com.opensymphony.module.sitemesh.RequestConstants.DECORATOR, "데코레이터이름");