This project has retired. For details please refer to its
Attic page.
DefinitionPatternMatcher (Tiles 3 3.0.8 API)
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Known Implementing Classes:
- RegexpDefinitionPatternMatcher, WildcardDefinitionPatternMatcher
public interface DefinitionPatternMatcher
Matches a definition name to a definition, through pattern-matching. The
matched pattern should be a single one.
- Since:
- 2.2.0
- Version:
- $Rev: 795343 $ $Date: 2009-07-18 21:26:09 +1000 (Sat, 18 Jul 2009) $
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
Definition |
createDefinition(String definitionName)
Creates a definition, given the definition name, through the use of
pattern matching.
|
-
-
Method Detail
-
createDefinition
Definition createDefinition(String definitionName)
Creates a definition, given the definition name, through the use of
pattern matching.
- Parameters:
definitionName
- The definition name to match.
- Returns:
- The created definition, if matched, or
null
if not
matched. - Since:
- 2.2.0
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.