This project has retired. For details please refer to its
Attic page.
PatternRecognizer (Tiles 2 2.2.2 API)
org.apache.tiles.definition.pattern
Interface PatternRecognizer
- All Known Implementing Classes:
- WildcardDefinitionPatternMatcherFactory
public interface PatternRecognizer
Checks if a pattern (or a candidate one) is recognized as a pattern.
- Since:
- 2.2.0
- Version:
- $Rev: 795343 $ $Date: 2009-07-18 13:26:09 +0200 (sab, 18 lug 2009) $
isPatternRecognized
boolean isPatternRecognized(String candidatePattern)
- Checks if a pattern is recognized as a pattern.
- Parameters:
candidatePattern
- The pattern to check.
- Returns:
true
if the pattern has been recognized.- Since:
- 2.2.0
Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.