oracle.portal.provider.v1
Interface ContentFilter

All Known Implementing Classes:
BaseContentFilter

public interface ContentFilter

Interface ContentFilter reads, filters and writes the URL Content given to it as input. This model puts control of editing URL Contents completely in the hands of the filter.


Method Summary
 void filterContent(oracle.portal.provider.v1.PortletRenderRequest pr, java.io.InputStream is)
          Filters the URL Content given to is as inputstream and renders the portlet, using PortletRenderRequest Object.
 

Method Detail

filterContent

public void filterContent(oracle.portal.provider.v1.PortletRenderRequest pr,
                          java.io.InputStream is)
                   throws java.io.IOException,
                          oracle.portal.provider.v1.PortletException

Filters the URL Content given to is as inputstream and renders the portlet, using PortletRenderRequest Object.

Parameters:
pr - PortletRenderRequest Object rendering url content
is - InputStream containing the url content
Throws:
java.io.IOException - when some input/output error occurs.