Liferay Development Guide
Cover list
- Liferay Portal Scope
- Portlet
- Service Builder
Generic portlet에 비해 Liferay MVC portlet이 더 개선한 점
doView, processAction method를 override할 필요가 없다.
RenderURL의 param name으로 mvcPath or jspPage로 설정하고, value에 jsp 페이지 경로만 주면 doView method 없이 이동할 수 있다.
- action Method는 actionURL의 name 값을 함수명으로하여 선언하면 된다.