com.raritantechnologies.searchApp.taglibrary
Interface IObjectRenderer

All Superinterfaces:
IConfigurable

public interface IObjectRenderer
extends IConfigurable


Method Summary
 void addBodyTrailerContent(java.lang.String content)
          Add html content to be appended to the body of the displayFormRenderer
 java.lang.String getBody(java.util.ArrayList resultSet, java.lang.String displayFormName, RaritanPageContext pageContext)
          Returns the display form body as an HTML fragment, by formatting the data contained in the Object Set.
 IObjectRenderer getObjectRenderer(java.lang.String name)
           
 void initialize(org.w3c.dom.Element elem)
          Initialize the search form renderer from the configuration XML.
 java.lang.String render()
           
 java.util.Collection updateCollection(java.lang.String userName, java.util.Collection alist)
           
 

Method Detail

initialize

public void initialize(org.w3c.dom.Element elem)
Initialize the search form renderer from the configuration XML.

Specified by:
initialize in interface IConfigurable

getBody

public java.lang.String getBody(java.util.ArrayList resultSet,
                                java.lang.String displayFormName,
                                RaritanPageContext pageContext)
Returns the display form body as an HTML fragment, by formatting the data contained in the Object Set.


render

public java.lang.String render()

addBodyTrailerContent

public void addBodyTrailerContent(java.lang.String content)
Add html content to be appended to the body of the displayFormRenderer


getObjectRenderer

public IObjectRenderer getObjectRenderer(java.lang.String name)

updateCollection

public java.util.Collection updateCollection(java.lang.String userName,
                                             java.util.Collection alist)