Web Content
Input form 정의 : Structure
Output form 정의 : Template
관련 Database : ddmstructure (structure 정보), ddmtemplate (template 정보), journalarticle (both)
Structure, Template
반복되는 Web content format이 있을 때 사용
ddmstructure, ddmtemplate, journalartical 테이블에 관련된 내용 저장
만들어놓은 structure를 custom portlet에 사용 가능 (참조 : http:\/\/liferayiseasy.blogspot.kr\/2016\/09\/use-of-structure-in-custom-portlet.html)
Web content를 portlet에 embedding 가능, 역으로 portlet을 Web content에 embedding 가능 (참조 : http:\/\/liferayiseasy.blogspot.kr\/2016\/09\/embedding-web-contentjournal-article-in.html)
Structure 정보와 Category 정보를 통해 Web content를 programming을 이용하여 가져올 수 있고, (http:\/\/liferayiseasy.blogspot.kr\/2015\/08\/fetchretrieve-web-content-by-providing.html)
- xml로 데이터베이스(journalarticle table)에 저장되어있는 structure의 특정 필드값만을 programming으로 가져올 수도 있다.
Web content를 이용해서 Tab을 만들 수도 있다.
참조 : http:\/\/liferayiseasy.blogspot.kr\/2015\/09\/creating-tabs-using-web-content-journal.html
Web content에 두개의 탭을 만들고 각 탭에 Asset publisher portlet을 embedding하는 기능
ㅇㅇ