Corrected remaining issue related to recent addition of REQUEST_ROUTER.make_with_base_url

And applied removal of format_name and format_id, and replaced by accepted_format_name, ...
This commit is contained in:
Jocelyn Fiat
2012-01-20 18:55:03 +01:00
parent da9fa4ecc2
commit c92c2a91b4
7 changed files with 12 additions and 50 deletions

View File

@@ -14,7 +14,8 @@ inherit
end
create
make
make,
make_with_base_url
feature -- Mapping
@@ -28,7 +29,7 @@ feature -- Mapping
end
note
copyright: "Copyright (c) 1984-2011, Eiffel Software and others"
copyright: "Copyright (c) 1984-2012, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software

View File

@@ -14,14 +14,15 @@ inherit
end
create
make
make,
make_with_base_url
feature {NONE} -- Routing
router: REST_REQUEST_URI_TEMPLATE_ROUTER
;note
copyright: "Copyright (c) 1984-2011, Eiffel Software and others"
copyright: "Copyright (c) 1984-2012, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software