Class RegexpDefinitionPatternMatcherFactory
java.lang.Object
org.apache.tiles.core.definition.pattern.regexp.RegexpDefinitionPatternMatcherFactory
- All Implemented Interfaces:
- DefinitionPatternMatcherFactory
public class RegexpDefinitionPatternMatcherFactory
extends Object
implements DefinitionPatternMatcherFactory
Creates instances of 
RegexpDefinitionPatternMatcher.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateDefinitionPatternMatcher(String pattern, Definition definition) Creates a new definition pattern matcher.
- 
Constructor Details- 
RegexpDefinitionPatternMatcherFactorypublic RegexpDefinitionPatternMatcherFactory()
 
- 
- 
Method Details- 
createDefinitionPatternMatcherpublic DefinitionPatternMatcher createDefinitionPatternMatcher(String pattern, Definition definition) Creates a new definition pattern matcher.- Specified by:
- createDefinitionPatternMatcherin interface- DefinitionPatternMatcherFactory
- Parameters:
- pattern- The pattern to be matched.
- definition- The base definition. Created definitions by- DefinitionPatternMatcher.createDefinition(String)will created with this one as a basis.
- Returns:
- The definition pattern matcher.
 
 
-