This module checks if a file exists in a publiation, and if not, it chooses the core file. The
attribute name must a path relatively to the webapps/lenya/lenya directory.
Example: {fallback:xslt/style.xsl} looks if
lenya/pubs/(publication-id)/lenya/xslt/style.xsl exists, and if not, it uses
lenya/xslt/style.xsl.
version: $Id: FallbackModule.java 473861 2006-11-12 03:51:14Z gregor $
getBaseURIs(Map objectModel, String attributeName) Returns the base directory URIs in the order they should be traversed.
Parameters: objectModel - The object model. Parameters: attributeName - The name of the module attribute.
Returns the base directory URIs in the order they should be traversed.
Parameters: objectModel - The object model. Parameters: attributeName - The name of the module attribute. An array of strings. throws: ConfigurationException - if an error occurs.
Resolves the URI for a certain path.
Parameters: path - The path. Parameters: objectModel - The object model. A string. throws: ConfigurationException - if an error occurs.
Methods inherited from org.apache.lenya.cms.cocoon.components.modules.input.AbstractPageEnvelopeModule