***  This class is subject to change   ***

com.sas.portal.portlet
Interface PostProcessorInterface

All Known Implementing Classes:

public interface PostProcessorInterface

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


Method Summary
 void service(HttpServletRequest request, 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

public void service(HttpServletRequest request,
                    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

***  This class is subject to change   ***




Copyright © 2005 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:05:12