Class BasicResourceReferenceMapper

All Implemented Interfaces:
IRequestMapper

Generic ResourceReference encoder that encodes and decodes non-mounted ResourceReferences.

Decodes and encodes the following URLs:

    /wicket/resource/org.apache.wicket.ResourceScope/name
    /wicket/resource/org.apache.wicket.ResourceScope/name?en
    /wicket/resource/org.apache.wicket.ResourceScope/name?-style
    /wicket/resource/org.apache.wicket.ResourceScope/resource/name.xyz?en_EN-style
 
Author:
Matej Knopp, igor.vaynberg, Peter Ertl