com.raritantechnologies.searchApp.taglibrary.config
Class BasicConfigurationRenderer

java.lang.Object
  extended bycom.raritantechnologies.searchApp.taglibrary.config.BasicConfigurationRenderer
All Implemented Interfaces:
IConfigurable, IConfigurationRenderer, ICustomTag

public class BasicConfigurationRenderer
extends java.lang.Object
implements IConfigurationRenderer


Constructor Summary
BasicConfigurationRenderer()
           
 
Method Summary
 java.lang.String getBody(RaritanPageContext rpc)
          Returns the tag body.
 IConfigurable getConfigurable()
           
 org.w3c.dom.Element getConfiguration()
           
 void initialize(org.w3c.dom.Element elem)
          Initializes the object from an XML tag or element.
 void initialize(java.util.Map initParams)
           
 void setConfiguration(org.w3c.dom.Element configElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicConfigurationRenderer

public BasicConfigurationRenderer()
Method Detail

setConfiguration

public void setConfiguration(org.w3c.dom.Element configElement)
Specified by:
setConfiguration in interface IConfigurationRenderer

getConfiguration

public org.w3c.dom.Element getConfiguration()
Specified by:
getConfiguration in interface IConfigurationRenderer

getConfigurable

public IConfigurable getConfigurable()
Specified by:
getConfigurable in interface IConfigurationRenderer

getBody

public java.lang.String getBody(RaritanPageContext rpc)
Description copied from interface: ICustomTag
Returns the tag body.

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

initialize

public void initialize(java.util.Map initParams)
Specified by:
initialize in interface ICustomTag

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