Uses of Package
org.apache.tiles.definition.pattern
-
Packages that use org.apache.tiles.definition.pattern Package Description org.apache.tiles.definition.dao Classes to simply load definitions depending on a customization key.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.org.apache.tiles.extras.complete These classes allow to start up Tiles with all features on.org.apache.tiles.factory Factory classes, to allow creation of container instances. -
Classes in org.apache.tiles.definition.pattern used by org.apache.tiles.definition.dao Class Description PatternDefinitionResolver Resolves a definition starting from patterns stored in definition maps.PatternDefinitionResolverAware It indicates an object that uses aPatternDefinitionResolver
. -
Classes in org.apache.tiles.definition.pattern used by org.apache.tiles.definition.pattern Class Description AbstractPatternDefinitionResolver A pattern definition resolver that storesDefinitionPatternMatcher
separated by customization key.DefinitionPatternMatcher Matches a definition name to a definition, through pattern-matching.DefinitionPatternMatcherFactory Creates a new definition pattern matcher for the given pattern and the given base definition with pattern expressions.PatternDefinitionResolver Resolves a definition starting from patterns stored in definition maps.PatternRecognizer Checks if a pattern (or a candidate one) is recognized as a pattern. -
Classes in org.apache.tiles.definition.pattern used by org.apache.tiles.definition.pattern.regexp Class Description DefinitionPatternMatcher Matches a definition name to a definition, through pattern-matching.DefinitionPatternMatcherFactory Creates a new definition pattern matcher for the given pattern and the given base definition with pattern expressions. -
Classes in org.apache.tiles.definition.pattern used by org.apache.tiles.definition.pattern.wildcard Class Description DefinitionPatternMatcher Matches a definition name to a definition, through pattern-matching.DefinitionPatternMatcherFactory Creates a new definition pattern matcher for the given pattern and the given base definition with pattern expressions.PatternRecognizer Checks if a pattern (or a candidate one) is recognized as a pattern. -
Classes in org.apache.tiles.definition.pattern used by org.apache.tiles.extras.complete Class Description PatternDefinitionResolver Resolves a definition starting from patterns stored in definition maps. -
Classes in org.apache.tiles.definition.pattern used by org.apache.tiles.factory Class Description PatternDefinitionResolver Resolves a definition starting from patterns stored in definition maps.