com.raritantechnologies.searchApp.taglibrary
Interface IPageContextRenderer

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
CurrentResultsDisplayRenderer, DynamicPageImportRenderer, DynamicSearchPropertySetter, HTMLScraperPageImportRenderer, PageContextDisplayFormRenderer, PageContextRequestFormatter, PageContextSearchElementRenderer, PageContextSearchFormRenderer, PageImportRenderer

public interface IPageContextRenderer
extends IConfigurable

Converts a RaritanPageContext into a String.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Method Summary
 java.lang.String render(RaritanPageContext rpc)
          Returns the tag body.
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

render

public java.lang.String render(RaritanPageContext rpc)
Returns the tag body.

Parameters:
rpc - Platform-neutral page context ( can be used in non J2EE environments such as ASP).
Returns:
The tag body text string.