com.raritantechnologies.searchApp.taglibrary
Interface IDisplayControlRenderer

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
DisplayQueryFormatter, ResultFieldDisplayCheckboxRenderer

public interface IDisplayControlRenderer
extends IConfigurable

Base interface for objects that can exert control on an IDisplayFormRenderer. Used by CompositeHeaderRenderer.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Method Summary
 java.lang.String getBody(IDisplayFormRenderer parent, java.lang.String displayForm, RaritanPageContext pageContext)
           
 void initialize(org.w3c.dom.Element elem)
          Initializes the object from an XML tag or element.
 void initialize(java.util.Map params)
           
 

Method Detail

initialize

public void initialize(org.w3c.dom.Element elem)
Description copied from interface: IConfigurable
Initializes the object from an XML tag or element. This method is called by the Framework as part of the application initializtion. see ConfigurationManager, XMLConfigurationManager, XMLSearchFieldMapFactory, XMLSearchSourceFactory. Configurable objects that are owned or contained by other configurable objects will be initialized in by the parent object.

Specified by:
initialize in interface IConfigurable

initialize

public void initialize(java.util.Map params)

getBody

public java.lang.String getBody(IDisplayFormRenderer parent,
                                java.lang.String displayForm,
                                RaritanPageContext pageContext)