public class ConfigurationMatcher
extends org.apache.avalon.framework.logger.AbstractLogEnabled
implements org.apache.cocoon.matching.Matcher
| Constructor and Description |
|---|
ConfigurationMatcher() |
| Modifier and Type | Method and Description |
|---|---|
Map |
match(String pattern,
Map objectModel,
org.apache.avalon.framework.parameters.Parameters parameters)
Format "keyInDspace.cfg,value,value"
"Only property" check if it is defined(not empty),
"property,value" check if property has this value,
"property, value,value..." check that property has one of the following values.
|
public Map match(String pattern, Map objectModel, org.apache.avalon.framework.parameters.Parameters parameters) throws org.apache.cocoon.sitemap.PatternException
match in interface org.apache.cocoon.matching.Matcherpattern - name of sitemap parameter to findobjectModel - environment passed through via cocoonorg.apache.cocoon.sitemap.PatternExceptionCopyright © 2014 DuraSpace. All Rights Reserved.