com.sas.portal.portlet
Interface PostProcessorInterface
public interface PostProcessorInterface
Class to allow post processing to occur after a portlet has been
rendered.
service
void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PortletContext context)
- Renders a portlet within a "cell" of the page layout. it is also the point
where the portal allows the portlet to do post-processing clean up
- Parameters:
request
- the http requestresponse
- the http responsecontext
- the portletContext involved
Copyright © 2009 SAS Institute Inc. All Rights Reserved.