Uses of Interface
org.apache.tiles.definition.pattern.DefinitionPatternMatcher
-
Packages that use DefinitionPatternMatcher Package Description org.apache.tiles.definition.pattern Classes to manage pattern matching in definition names, and substitution in attributes.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. -
-
Uses of DefinitionPatternMatcher in org.apache.tiles.definition.pattern
Methods in org.apache.tiles.definition.pattern that return DefinitionPatternMatcher Modifier and Type Method Description DefinitionPatternMatcher
DefinitionPatternMatcherFactory. createDefinitionPatternMatcher(java.lang.String pattern, Definition definition)
Creates a new definition pattern matcher.Method parameters in org.apache.tiles.definition.pattern with type arguments of type DefinitionPatternMatcher Modifier and Type Method Description protected abstract java.util.Map<java.lang.String,Definition>
AbstractPatternDefinitionResolver. addDefinitionsAsPatternMatchers(java.util.List<DefinitionPatternMatcher> matchers, java.util.Map<java.lang.String,Definition> defsMap)
Adds definitions, filtering and adding them to the list of definition pattern matchers.protected java.util.Map<java.lang.String,Definition>
BasicPatternDefinitionResolver. addDefinitionsAsPatternMatchers(java.util.List<DefinitionPatternMatcher> matchers, java.util.Map<java.lang.String,Definition> defsMap)
Adds definitions, filtering and adding them to the list of definition pattern matchers.protected java.util.Map<java.lang.String,Definition>
PrefixedPatternDefinitionResolver. addDefinitionsAsPatternMatchers(java.util.List<DefinitionPatternMatcher> matchers, java.util.Map<java.lang.String,Definition> defsMap)
Adds definitions, filtering and adding them to the list of definition pattern matchers. -
Uses of DefinitionPatternMatcher in org.apache.tiles.definition.pattern.regexp
Classes in org.apache.tiles.definition.pattern.regexp that implement DefinitionPatternMatcher Modifier and Type Class Description class
RegexpDefinitionPatternMatcher
Matches regular expression patterns in definitions.Methods in org.apache.tiles.definition.pattern.regexp that return DefinitionPatternMatcher Modifier and Type Method Description DefinitionPatternMatcher
RegexpDefinitionPatternMatcherFactory. createDefinitionPatternMatcher(java.lang.String pattern, Definition definition)
Creates a new definition pattern matcher. -
Uses of DefinitionPatternMatcher in org.apache.tiles.definition.pattern.wildcard
Classes in org.apache.tiles.definition.pattern.wildcard that implement DefinitionPatternMatcher Modifier and Type Class Description class
WildcardDefinitionPatternMatcher
Matches wildcard patterns in definitions.Methods in org.apache.tiles.definition.pattern.wildcard that return DefinitionPatternMatcher Modifier and Type Method Description DefinitionPatternMatcher
WildcardDefinitionPatternMatcherFactory. createDefinitionPatternMatcher(java.lang.String pattern, Definition definition)
Creates a new definition pattern matcher.
-