This project has retired. For details please refer to its
Attic page.
DefinitionPatternMatcherFactory (Tiles 2 2.2.2 API)
org.apache.tiles.definition.pattern
Interface DefinitionPatternMatcherFactory
- All Known Implementing Classes:
- RegexpDefinitionPatternMatcherFactory, WildcardDefinitionPatternMatcherFactory
public interface DefinitionPatternMatcherFactory
Creates a new definition pattern matcher for the given pattern and the given
base definition with pattern expressions.
- Since:
- 2.2.0
- Version:
- $Rev: 795343 $ $Date: 2009-07-18 13:26:09 +0200 (sab, 18 lug 2009) $
createDefinitionPatternMatcher
DefinitionPatternMatcher createDefinitionPatternMatcher(String pattern,
Definition definition)
- Creates a new definition pattern matcher.
- 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.
- Since:
- 2.2.0
Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.