- Portlet : init, destroy, render, processAction ( This is mandatory interfaces for porlet class. A portlet class must implement this directly or indirectly
- EventPortlet (This is Optional). It defines the processEvent method, which accepts EventRequest and EventResponse objects as arguments.
- ResourceServingPortlet. (This is also Optional) . It defines the serveResource method, which accepts ResourceRequest and ResourceResponse objects as arguments
No comments:
Post a Comment