PORTLET LIFECYCLE
Init():
When the portlet is instantiated the init () method is called. Initializes the
Portlet.
processAction():
process input from the user action.
render():
renders the content output.
destroy():
destroys the portlet.¬ (we don’t use Destroy () method because here we are not
implementing any database commands in
turn “Service Builder” will take care of it ).
No comments:
Post a Comment