Package | Description |
---|---|
org.apache.shale.clay.config | |
org.apache.shale.clay.config.beans |
Modifier and Type | Method and Description |
---|---|
ConfigBean |
ClayXmlParser.getConfig() |
ConfigBean |
ClayConfigParser.getConfig()
Returns an instance of the
ConfigBean that pools a
collection of faces meta-component definitions. |
ConfigBean |
ClayTemplateParser.getConfig()
Returns an object pool for HTML template configuration files.
|
Modifier and Type | Method and Description |
---|---|
void |
ClayXmlParser.setConfig(ConfigBean config) |
void |
ClayConfigParser.setConfig(ConfigBean config)
Sets an instance of the
ConfigBean that pools a
collection of faces meta-component definitions. |
void |
ClayTemplateParser.setConfig(ConfigBean config)
Sets an object pool for HTML template configuration files.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentConfigBean
This class is kind of the metadata object pool for configuration data
loaded from XML files on startup in the
ClayConfigureListener
by the ClayXmlParser . |
class |
TemplateComponentConfigBean
This ConfigBean is responsible for handling full XML views.
|
class |
TemplateConfigBean
The second type of top-level object pool.
|
Modifier and Type | Method and Description |
---|---|
static ConfigBean |
ConfigBeanFactory.findConfig(String id)
This method will return a
ConfigBean that can be used
to return component metadata. |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigBeanFactory.register(ConfigBean config)
This method is invoked to register a class instance implementing
ConfigBean interface. |
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.