Friday, July 6, 2012

can you list Portlet response types?

PortletResponse

MimeResponse
RenderResponse
ResourceResponse

StateAwareResponse
ActionResponse
EventResponse



In portlet methods we'll only work directly with objects implementing the RenderResponse, ActionResponse,ResourceResponse, and EventResponse interfaces. These objects are made available
to portlets by the portlet container.

No comments:

Post a Comment