...
Tapestry IoC has two specific areas where it must put some form of contribution into a specific order:
- Ordered Configurations, where different modules may contribute into a service's configuration
- Service Decorators which must be applied to services from a number of modules.
In both these cases, objects (either contributions to a configuration, or decorators) are assigning qualified IDs, simple IDs qualified with the containing/contributing module's ID.
...
Match patterns support a very simple kind of wildcard matching. A *
(asterisk character) may appear at the start and/or end of the pattern, and it will match zero or more characters there. Thus you can have patterns such as Data*
or *Logic
or even *User*
.
Matching is case insensitive.
Scrollbar |
---|