Merge branch 'reduce-loading' into next
[Sone.git] / src / main / java / net / pterodactylus / sone / web / page /
2011-01-10 David ‘Bombe’ RodenRender templates in a thread-safe way.
2010-11-30 David ‘Bombe’ RodenActually post process after rendering the template!
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-11-05 David ‘Bombe’ RodenPrevent NPE.
2010-10-19 David ‘Bombe’ RodenRename “getURI()” method to “getUri()”.
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-18 David ‘Bombe’ RodenAdd method to set a header.
2010-10-18 David ‘Bombe’ RodenInitialize response with empty header map.
2010-10-15 David ‘Bombe’ RodenCreate a static file delivery page, use it to deliver...
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-13 David ‘Bombe’ RodenIf the page can say whether it’s enabled in the menu...
2010-10-13 David ‘Bombe’ RodenWhitespace fixes.
2010-10-13 David ‘Bombe’ RodenTurn the HTTP method into an enumeration.
2010-10-12 David ‘Bombe’ RodenAdd interface between templates and toadlets.