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 07:26:09 -0400 (Sat, 18 Jul 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-2012 Apache Software Foundation. All Rights Reserved.