Default implementation of {@link Mapping}. This implementation recognizes patterns similar to URL mappings in the Servlet Specification:
If a view identifier matches, the corresponding resource identifier is calculated by stripping the non-wildcard part of the view identifier (/foo or .foo for the examples above) and returning the remainder.
| |