|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.avalon.framework.logger.AbstractLogEnabled org.apache.cocoon.components.modules.input.SitemapVariableHolder
public final class SitemapVariableHolder
This "component" is a trick to get global variables on a per sitemap base
Field Summary | |
---|---|
static String |
ROLE
Deprecated. |
Constructor Summary | |
---|---|
SitemapVariableHolder()
Deprecated. |
Method Summary | |
---|---|
void |
configure(Configuration conf)
Deprecated. Configures the database access helper. |
void |
configure(SitemapConfigurationHolder holder)
Deprecated. Set the Configuration from a sitemap |
void |
contextualize(Context context)
Deprecated. |
Object |
get(String key)
Deprecated. Get a value |
Iterator |
getKeys()
Deprecated. Get keys |
protected Map |
getValues()
Deprecated. |
protected void |
prepare(ChainedConfiguration conf,
Map values)
Deprecated. |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ROLE
Constructor Detail |
---|
public SitemapVariableHolder()
Method Detail |
---|
public void contextualize(Context context) throws ContextException
contextualize
in interface Contextualizable
ContextException
Contextualizable.contextualize(org.apache.avalon.framework.context.Context)
public void configure(Configuration conf) throws ConfigurationException
settings
. Nested
configuration option are not catered for. This way global
configuration options can be used.
For nested configurations override this function.
configure
in interface Configurable
ConfigurationException
public void configure(SitemapConfigurationHolder holder)
Configuration
from a sitemap
configure
in interface SitemapConfigurable
public Object get(String key)
public Iterator getKeys()
protected Map getValues()
protected void prepare(ChainedConfiguration conf, Map values)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |