- Adopted deferred WGI_VALUE design for Result type of *_parameter and similar functions

- Adopted the ITERATION_CURSOR [WGI_VALUE] design for *_parameters and similar functions
- renamed parameter as item
- provided helper function to handle "string" value parameters

Experimental for now.
This commit is contained in:
Jocelyn Fiat
2011-09-14 14:54:06 +02:00
parent 4bcea900a6
commit 5626e03aa8
11 changed files with 402 additions and 152 deletions

View File

@@ -48,7 +48,10 @@ feature -- Execution
rep.headers.put_content_type_text_html
create s.make_empty
if attached ctx.path_parameter ("resource") as l_resource then
if
attached {WGI_STRING_VALUE} ctx.path_parameter ("resource") as l_resource_value and then
attached l_resource_value.value as l_resource
then
from
hdl_cursor := router.new_cursor
until