| org.apache.cocoon.matching.AbstractWildcardMatcher org.apache.cocoon.matching.modular.CachingWildcardMatcher
CachingWildcardMatcher | public class CachingWildcardMatcher extends AbstractWildcardMatcher implements Configurable,Initializable,Composable,Disposable(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: CachingWildcardMatcher.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) | public void | dispose() | protected String | getMatchString(Map objectModel, Parameters parameters) | public void | initialize() |
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) | | |
dispose | public void dispose()(Code) | | |
getMatchString | protected String getMatchString(Map objectModel, Parameters parameters)(Code) | | |
initialize | public void initialize()(Code) | | |
|
|