com.raritantechnologies.searchApp.taglibrary.config
Interface IConfigurationRenderer

All Superinterfaces:
IConfigurable, ICustomTag
All Known Implementing Classes:
BasicConfigurationRenderer

public interface IConfigurationRenderer
extends ICustomTag


Method Summary
 IConfigurable getConfigurable()
           
 org.w3c.dom.Element getConfiguration()
           
 void setConfiguration(org.w3c.dom.Element configElement)
           
 
Methods inherited from interface com.raritantechnologies.searchApp.taglibrary.ICustomTag
getBody, initialize
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

setConfiguration

public void setConfiguration(org.w3c.dom.Element configElement)

getConfiguration

public org.w3c.dom.Element getConfiguration()

getConfigurable

public IConfigurable getConfigurable()