public class SourceNameMapperContainer
extends java.lang.Object
A special type of container that translates names of the source and delegates lookup
to another source container.
This could be useful when JS resource name is like "http://localhost/scripts/util.js"; such
source name could be converted into "scripts/util.js".
Currently container supports only prefix-based translation: if source name starts with a prefix,
the prefix is truncated; otherwise the source name is discarded.