| Package | Description | 
|---|---|
| org.apache.tiles.core.definition.pattern | Classes to manage pattern matching in definition names, and substitution in attributes. | 
| org.apache.tiles.core.definition.pattern.regexp | In Tiles it is possible to use regular expression patterns thanks to this package. | 
| org.apache.tiles.core.definition.pattern.wildcard | In Tiles it is possible to use wildcard patterns thanks to this package. | 
| Modifier and Type | Method and Description | 
|---|---|
| DefinitionPatternMatcher | DefinitionPatternMatcherFactory. createDefinitionPatternMatcher(String pattern,
                              Definition definition)Creates a new definition pattern matcher. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Map<String,Definition> | PrefixedPatternDefinitionResolver. addDefinitionsAsPatternMatchers(List<DefinitionPatternMatcher> matchers,
                               Map<String,Definition> defsMap)Adds definitions, filtering and adding them to the list of definition
 pattern matchers. | 
| protected abstract Map<String,Definition> | AbstractPatternDefinitionResolver. addDefinitionsAsPatternMatchers(List<DefinitionPatternMatcher> matchers,
                               Map<String,Definition> defsMap)Adds definitions, filtering and adding them to the list of definition
 pattern matchers. | 
| protected Map<String,Definition> | BasicPatternDefinitionResolver. addDefinitionsAsPatternMatchers(List<DefinitionPatternMatcher> matchers,
                               Map<String,Definition> defsMap)Adds definitions, filtering and adding them to the list of definition
 pattern matchers. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RegexpDefinitionPatternMatcherMatches regular expression patterns in definitions. | 
| Modifier and Type | Method and Description | 
|---|---|
| DefinitionPatternMatcher | RegexpDefinitionPatternMatcherFactory. createDefinitionPatternMatcher(String pattern,
                              Definition definition)Creates a new definition pattern matcher. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WildcardDefinitionPatternMatcherMatches wildcard patterns in definitions. | 
| Modifier and Type | Method and Description | 
|---|---|
| DefinitionPatternMatcher | WildcardDefinitionPatternMatcherFactory. createDefinitionPatternMatcher(String pattern,
                              Definition definition)Creates a new definition pattern matcher. | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.