Module riak_control_wm_gui

Provides a resource for serving up the GUI skeleton.

Description

Provides a resource for serving up the GUI skeleton.

Data Types

context()

context() = #ctx{}

Function Index

content_types_provided/2
init/1
is_authorized/2
moved_permanently/2
previously_existed/2
resource_exists/2
routes/0
service_available/2
to_resource/2

Function Details

content_types_provided/2

content_types_provided(Req::wrq:reqdata(), Ctx::context()) -> {[{ContentType::string(), HandlerFunction::atom()}], wrq:reqdata(), context()}

init/1

init(Resource::any()) -> {ok, any()}

is_authorized/2

is_authorized(RD::wrq:reqdata(), C::context()) -> {true | string(), wrq:reqdata(), context()}

moved_permanently/2

moved_permanently(Req::wrq:reqdata(), Ctx::oldindex | context()) -> {false | {true, string()}, wrq:reqdata(), index | context()}

previously_existed/2

previously_existed(Req::wrq:reqdata(), Ctx::context() | oldindex) -> {boolean(), wrq:reqdata(), context() | oldindex}

resource_exists/2

resource_exists(Req::wrq:reqdata(), Ctx::context() | oldindex) -> {boolean(), wrq:reqdata(), context() | oldindex}

routes/0

routes() -> [webmachine_dispatcher:matchterm()]

service_available/2

service_available(RD::wrq:reqdata(), C::context()) -> {boolean() | {halt, non_neg_integer()}, wrq:reqdata(), context()}

to_resource/2

to_resource(Req::wrq:reqdata(), Ctx::context()) -> {binary(), wrq:reqdata(), context()}


Generated by EDoc