| org.apache.cocoon.matching.AbstractWildcardMatcher org.apache.cocoon.matching.modular.WildcardMatcher
WildcardMatcher | public class WildcardMatcher extends AbstractWildcardMatcher implements Configurable,Composable(Code) | | Matches against a wildcard expression. Needs an input module to
obtain value to match against.
Global and local configuration
input-module | Name of the input module used to obtain the value |
parameter-name | Name of the parameter to match * against |
author: Christian Haul author: Sylvain Wallez author: Vadim Gritsenko version: CVS $Id: WildcardMatcher.java 433543 2006-08-22 06:22:54Z crossley $ |
Method Summary | |
public void | compose(ComponentManager manager) Set the current ComponentManager instance used by this
Composable . | public void | configure(Configuration config) | protected String | getMatchString(Map objectModel, Parameters parameters) |
manager | protected ComponentManager manager(Code) | | The component manager instance
|
compose | public void compose(ComponentManager manager) throws ComponentException(Code) | | Set the current ComponentManager instance used by this
Composable .
|
configure | public void configure(Configuration config) throws ConfigurationException(Code) | | |
getMatchString | protected String getMatchString(Map objectModel, Parameters parameters)(Code) | | |
|
|