return createAsset(localized, location);
}
public IAsset createAbsoluteAsset(String path, Locale locale, Location location)
{
Resource base = new WebContextResource(_webContext, path);
Resource localized = _localizer.findLocalization(base, locale);
if (localized == null)
throw new ApplicationRuntimeException(AssetMessages.missingContextResource(path), location, null);