Make the rendered template available in post processing.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / page / TemplatePage.java
2010-11-25 David ‘Bombe’ RodenMake the rendered template available in post processing.
2010-11-25 David ‘Bombe’ RodenAdd possibility to perform actions after the template...
2010-11-10 David ‘Bombe’ RodenShow template rendering time in milliseconds.
2010-10-19 David ‘Bombe’ RodenRedirect to “noPermission.html” if a POST request does...
2010-10-18 David ‘Bombe’ RodenLet a template page have an optional icon.
2010-10-18 David ‘Bombe’ RodenExpose the template to subclasses.
2010-10-13 David ‘Bombe’ RodenWhitespace fixes.
2010-10-13 David ‘Bombe’ RodenAdd possibility to redirect during processing.
2010-10-13 David ‘Bombe’ RodenImplement link-enabled callback interface.
2010-10-12 David ‘Bombe’ RodenAdd interface between templates and toadlets.