| org.apache.tiles.definition.pattern.regexp | In Tiles it is possible to use regular expression patterns thanks to this package. |
| org.apache.tiles.definition.pattern.wildcard | In Tiles it is possible to use wildcard patterns thanks to this package. |
| DefinitionPatternMatcher | Matches a definition name to a definition, through pattern-matching. | code | html |
| DefinitionPatternMatcherFactory | Creates a new definition pattern matcher for the given pattern and the given base definition with pattern expressions. | code | html |
| PatternDefinitionResolver | Resolves a definition starting from patterns stored in definition maps. | code | html |
| PatternDefinitionResolverAware | It indicates an object that uses a PatternDefinitionResolver . | code | html |
| PatternRecognizer | Checks if a pattern (or a candidate one) is recognized as a pattern. | code | html |
| AbstractPatternDefinitionResolver | A pattern definition resolver that stores DefinitionPatternMatcher separated by customization key. | code | html |
| BasicPatternDefinitionResolver | A pattern definition resolver that stores DefinitionPatternMatcher separated by customization key. | code | html |
| PatternUtil | Utilities for pattern matching and substitution. | code | html |
| PrefixedPatternDefinitionResolver | This resolver allows the use of multiple pattern matching languages. | code | html |
| RegexpPatternDefinitionResolver | Matches definition patterns through the use of regular expressions. | code | html |
| RegexpPatternDefinitionResolver.PatternMapping | Maps a pattern to a definition. | code | html |
| WildcardPatternDefinitionResolver | Uses wildcards syntax to match definition names and its parameters. | code | html |
| WildcardPatternDefinitionResolver.WildcardMapping | Maps a pattern with a definition in cache. | code | html |