Uses of Interface
org.apache.tiles.core.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.core.definition.patternMethods in org.apache.tiles.core.definition.pattern with parameters of type DefinitionPatternMatcherFactoryModifier and TypeMethodDescriptionvoidPrefixedPatternDefinitionResolver.registerDefinitionPatternMatcherFactory(String language, DefinitionPatternMatcherFactory factory) Registers aDefinitionPatternMatcherFactoryconnected to a particular language.Constructors in org.apache.tiles.core.definition.pattern with parameters of type DefinitionPatternMatcherFactoryModifierConstructorDescriptionBasicPatternDefinitionResolver(DefinitionPatternMatcherFactory definitionPatternMatcherFactory, PatternRecognizer patternRecognizer) Constructor.
- 
Uses of DefinitionPatternMatcherFactory in org.apache.tiles.core.definition.pattern.regexpClasses in org.apache.tiles.core.definition.pattern.regexp that implement DefinitionPatternMatcherFactory
- 
Uses of DefinitionPatternMatcherFactory in org.apache.tiles.core.definition.pattern.wildcardClasses in org.apache.tiles.core.definition.pattern.wildcard that implement DefinitionPatternMatcherFactory