Module controller_admin_edit

Admin webmachine_controller.

Copyright © 2009-2021 Marc Worrell, Arjan Scherpenisse

Authors: Marc Worrell (marc@worrell.nl).

Description

Admin webmachine_controller.

Function Index

ensure_id/1Fetch the (numerical) page id from the request.
event/2Handle the submit of the resource edit form.
filter_props/1Remove the submit buttons from the resource properties.
is_authorized/1
moved_temporarily/1
previously_existed/1
process/4
resource_exists/1
service_available/1

Function Details

ensure_id/1

ensure_id(Context) -> any()

Fetch the (numerical) page id from the request

event/2

event(Submit, Context) -> any()

Handle the submit of the resource edit form

filter_props/1

filter_props(Fs) -> any()

Remove the submit buttons from the resource properties.

is_authorized/1

is_authorized(Context) -> any()

moved_temporarily/1

moved_temporarily(Context) -> any()

previously_existed/1

previously_existed(Context) -> any()

process/4

process(Method, AcceptedCT, ProvidedCT, Context) -> any()

resource_exists/1

resource_exists(Context) -> any()

service_available/1

service_available(Context) -> any()


Generated by EDoc