com.sas.portal.portlet
Interface PostProcessorInterface


public interface PostProcessorInterface

Class to allow post processing to occur after a portlet has been rendered.


Method Summary
 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
 

Method Detail

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 request
response - the http response
context - the portletContext involved



Copyright © 2009 SAS Institute Inc. All Rights Reserved.