44454647484950
refresh(); } @Override protected HistoricLogView generateView() { return new HistoricLogView(this); }
26272829303132
35363738394041
36373839404142
41424344454647
2324252627282930
* The historic log controller. * * @throws TransformerException */ public HistoricLogController() throws TransformerException { view = new HistoricLogView(this); refresh(); }