Now inherit create_router ; but it is still possible to redefine it.

Added some wsf_reponse_message for redirection
Use "found" for the redirec_now ...
Added content to the tutorial
This commit is contained in:
Jocelyn Fiat
2012-05-28 10:54:05 +02:00
parent 171be24d2a
commit 445a27ddf8
11 changed files with 338 additions and 23 deletions

View File

@@ -13,6 +13,14 @@ inherit
router
end
feature {NONE} -- Initialization
create_router
-- Create router
--| it can be redefine to create with precise count if needed.
do
create router.make (0)
end
feature -- Router
router: WSF_URI_ROUTER

View File

@@ -13,6 +13,15 @@ inherit
router
end
feature {NONE} -- Initialization
create_router
-- Create router
--| it can be redefine to create with precise count if needed.
do
create router.make (0)
end
feature -- Router
router: WSF_URI_TEMPLATE_ROUTER