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

Package class diagram package 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) $

Method Summary
 boolean isPatternRecognized(String candidatePattern)
          Checks if a pattern is recognized as a pattern.
 

Method Detail

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.