| org.apache.cocoon.components.modules.input.SitemapVariableHolder
SitemapVariableHolder | final public class SitemapVariableHolder extends AbstractLogEnabled implements Component,Configurable,Contextualizable,SitemapConfigurable,ThreadSafe(Code) | | This "component" is a trick to get global variables on a per
sitemap base
author: Carsten Ziegeler version: $Id: SitemapVariableHolder.java 433543 2006-08-22 06:22:54Z crossley $ |
configure | public void configure(Configuration conf) throws ConfigurationException(Code) | | Configures the database access helper.
Takes all elements nested in component declaration and stores
them as key-value pairs in settings . Nested
configuration option are not catered for. This way global
configuration options can be used.
For nested configurations override this function.
|
contextualize | public void contextualize(Context context) throws ContextException(Code) | | See Also: org.apache.avalon.framework.context.Contextualizable.contextualize(org.apache.avalon.framework.context.Context) |
|
|