Following is the portlet lifecycle:
- init():It mainly initializes the portlet.
- render(): It takes the HTML output to User Interface. It mainly render the view in term of JSP/HTML code and show into the respective portlet.
- Destroy: This method takes care of releasing the portlet resources.
0 comments:
Post a Comment