|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClayConfigParser
This interfaces is used by a ConfigBean instance to load
a configuration file. These files come in two flavors XML and HTML.
The ComponentConfigBean
handles materializing XML documents into a graph of
ComponentBean and the
TemplateConfigBean
loads an HTML template into ComponentBean
object representations.
| Method Summary | |
|---|---|
ConfigBean |
getConfig()
Returns an instance of the ConfigBean that pools a
collection of faces meta-component definitions. |
void |
loadConfigFile(URL url,
String watchDogName)
Loads the url identified by the watchDogName
into the ConfigBean object pool. |
void |
setConfig(ConfigBean config)
Sets an instance of the ConfigBean that pools a
collection of faces meta-component definitions. |
| Method Detail |
|---|
void setConfig(ConfigBean config)
Sets an instance of the ConfigBean that pools a
collection of faces meta-component definitions.
config - bean poolConfigBean getConfig()
Returns an instance of the ConfigBean that pools a
collection of faces meta-component definitions.
void loadConfigFile(URL url,
String watchDogName)
throws IOException,
SAXException
Loads the url identified by the watchDogName
into the ConfigBean object pool.
url - file to loadwatchDogName - dependency watch group for the url file
IOException - file load
SAXException - xml parser
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||