Uses of Interface
org.apache.tiles.definition.pattern.DefinitionPatternMatcher
Packages that use DefinitionPatternMatcher
Package
Description
Classes to manage pattern matching in definition names, and substitution in attributes.
In Tiles it is possible to use regular expression patterns thanks to this package.
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 DefinitionPatternMatcherModifier and TypeMethodDescriptionDefinitionPatternMatcherFactory.createDefinitionPatternMatcher
(String pattern, Definition definition) Creates a new definition pattern matcher.Method parameters in org.apache.tiles.definition.pattern with type arguments of type DefinitionPatternMatcherModifier and TypeMethodDescriptionprotected 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.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. -
Uses of DefinitionPatternMatcher in org.apache.tiles.definition.pattern.regexp
Classes in org.apache.tiles.definition.pattern.regexp that implement DefinitionPatternMatcherModifier and TypeClassDescriptionclass
Matches regular expression patterns in definitions.Methods in org.apache.tiles.definition.pattern.regexp that return DefinitionPatternMatcherModifier and TypeMethodDescriptionRegexpDefinitionPatternMatcherFactory.createDefinitionPatternMatcher
(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 DefinitionPatternMatcherModifier and TypeClassDescriptionclass
Matches wildcard patterns in definitions.Methods in org.apache.tiles.definition.pattern.wildcard that return DefinitionPatternMatcherModifier and TypeMethodDescriptionWildcardDefinitionPatternMatcherFactory.createDefinitionPatternMatcher
(String pattern, Definition definition) Creates a new definition pattern matcher.