Uses of Package
org.apache.tiles.definition.pattern
Packages that use org.apache.tiles.definition.pattern
Package
Description
Classes to simply load definitions depending on a customization key.
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.
These classes allow to start up Tiles with all features on.
Factory classes, to allow creation of container instances.
-
Classes in org.apache.tiles.definition.pattern used by org.apache.tiles.definition.daoClassDescriptionResolves a definition starting from patterns stored in definition maps.It indicates an object that uses a
PatternDefinitionResolver
. -
Classes in org.apache.tiles.definition.pattern used by org.apache.tiles.definition.patternClassDescriptionA pattern definition resolver that stores
DefinitionPatternMatcher
separated by customization key.Matches a definition name to a definition, through pattern-matching.Creates a new definition pattern matcher for the given pattern and the given base definition with pattern expressions.Resolves a definition starting from patterns stored in definition maps.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.regexpClassDescriptionMatches a definition name to a definition, through pattern-matching.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.wildcardClassDescriptionMatches a definition name to a definition, through pattern-matching.Creates a new definition pattern matcher for the given pattern and the given base definition with pattern expressions.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.completeClassDescriptionResolves a definition starting from patterns stored in definition maps.
-
Classes in org.apache.tiles.definition.pattern used by org.apache.tiles.factoryClassDescriptionResolves a definition starting from patterns stored in definition maps.