// referenced by the body content - the PackageResources' encodedURLs
// will be non-null if dissection has been applied to the output -
// that certain types of URL will not be packaged, depending on the
// device policy and that assets that are thought to already be
// cached on the device should not be resent
MarinerRequestContext requestContext = context.getRequestContext();
ApplicationContext ac =
ContextInternals.getApplicationContext(requestContext);
PackageResources pr = ac.getPackageResources();
List encodedURLs = pr.getEncodedURLs();
Map assetURLMap = pr.getAssetURLMap();