Note: not yet implemented, simply returns the link unmodified.
547548549550551552553554
return null; } private Map<String, StTool> buildStToolsMap() { Map<String, StTool> m = Empty.hashMap(); m.put("cached", new CachedTool(staticResourceLookup)); return m; }
532533534535536537538539