Use thread-safe way to render templates.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / ajax / GetReplyAjaxPage.java
2010-12-12 David ‘Bombe’ RodenUse thread-safe way to render templates.
2010-12-12 David ‘Bombe’ RodenSynchronize template access to prevent multiple copies...
2010-11-27 David ‘Bombe’ RodenMerge branch 'message-recipient'
2010-11-27 David ‘Bombe’ RodenMove all AJAX handlers to the same directory as the...
2010-11-25 David ‘Bombe’ RodenAdd more uniform JSON creation for replies.
2010-11-14 David ‘Bombe’ RodenAdd method to create a “success” JSON object.
2010-11-12 David ‘Bombe’ RodenReturn rendered HTML for the reply element.
2010-11-12 David ‘Bombe’ RodenAdd AJAX page that returns the contents of a reply.