Parents: | furnace |
Tags: | web |
Authors: | Slava Pestov |
Class | Superclass | Slots |
action | tuple | rest init authorize display validate submit update replace delete |
page-action | action | template |
rest |
Word | Stack effect |
<action> | ( -- action ) |
<chloe-content> | ( path -- response ) |
<page-action> | ( -- page ) |
check-validation | ( -- ) |
handle-delete | ( action -- response ) |
handle-get | ( action -- response ) |
handle-patch | ( action -- response ) |
handle-post | ( action -- response ) |
handle-put | ( action -- response ) |
handle-rest | ( path action -- ) |
init-action | ( path action -- ) |
merge-forms | ( form -- ) |
new-action | ( class -- action ) |
restore-validation-errors | ( -- ) |
revalidate-url | ( -- url/f ) |
revalidate-url-key | ( -- value ) |
set-nested-form | ( form name -- ) |
validate-integer-id | ( -- ) |
validate-params | ( validators -- ) |
validation-failed | ( -- * ) |
Word | Stack effect |
action? | ( object -- ? ) |
page-action? | ( object -- ? ) |