blog handler optimized, blog user handler created
This commit is contained in:
16
examples/demo/modules/blog/handler/blog_user_handler.e
Normal file
16
examples/demo/modules/blog/handler/blog_user_handler.e
Normal file
@@ -0,0 +1,16 @@
|
||||
note
|
||||
description: "Request handler related to /blogs/user/{id}/. Displays all posts of the given user"
|
||||
author: "Dario B<>sch <daboesch@student.ethz.ch>"
|
||||
date: "$Date: 2015-05-22 15:13:00 +0100 (lun., 18 mai 2015) $"
|
||||
revision: "$Revision 96616$"
|
||||
|
||||
class
|
||||
BLOG_USER_HANDLER
|
||||
|
||||
inherit
|
||||
BLOG_HANDLER
|
||||
|
||||
create
|
||||
make
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user