- Enclosing interface:
- ConcatUriManager
public static class ConcatUriManager.ConcatData
extends Object
Represents a single concatenated Uri. This must include a Uri for
loading the given resource(s), and may optionally include a
Map from Uri to String of Snippets, each of which provides a
piece of JavaScript, assumed to be executed after the resource Uri
is loaded, which causes the given Uri's content to be loaded. In
practice, this supports split-JS, where multiple chunks of
(non-contiguous) JS are included as Strings (once) and evaluated
in their correct original position.