this.fsg = new FrameSetGenerator(pss);
this.timestamp = timestamp;
this.expiration = expiration;
for (final CompilationUnitTree cu : pss.getCompilationUnits()) {
generators.put(new AstGenerator(pss,cu).getRelativePath(),
new JavaScriptGenerator() {
void doDynamic(StaplerRequest request, StaplerResponse rsp) throws IOException {
new AstGenerator(pss,cu).write(rsp.getWriter());
}
}
);
}