Uses of Interface
org.apache.tiles.definition.pattern.DefinitionPatternMatcherFactory
Packages that use DefinitionPatternMatcherFactory
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 DefinitionPatternMatcherFactory in org.apache.tiles.definition.pattern
Methods in org.apache.tiles.definition.pattern with parameters of type DefinitionPatternMatcherFactoryModifier and TypeMethodDescriptionvoid
PrefixedPatternDefinitionResolver.registerDefinitionPatternMatcherFactory
(String language, DefinitionPatternMatcherFactory factory) Registers aDefinitionPatternMatcherFactory
connected to a particular language.Constructors in org.apache.tiles.definition.pattern with parameters of type DefinitionPatternMatcherFactoryModifierConstructorDescriptionBasicPatternDefinitionResolver
(DefinitionPatternMatcherFactory definitionPatternMatcherFactory, PatternRecognizer patternRecognizer) Constructor. -
Uses of DefinitionPatternMatcherFactory in org.apache.tiles.definition.pattern.regexp
Classes in org.apache.tiles.definition.pattern.regexp that implement DefinitionPatternMatcherFactory -
Uses of DefinitionPatternMatcherFactory in org.apache.tiles.definition.pattern.wildcard
Classes in org.apache.tiles.definition.pattern.wildcard that implement DefinitionPatternMatcherFactory