NAME
Catalyst::Plugin::Server::JSONRPC::DispatchType::JSONRPCPath - JSONRPCPath DispatchType
SYNOPSIS
See Catalyst.
DESCRIPTION
METHODS
$self->list($c)
Generates a nice debug-table containing the JSONRPCPath methods.
$self->methods()
Returns a hashref containing 'methods' => action_object mappings. Methods are in the form of "example.bla.get"
$self->register( $c, $action )
Registers the JSONRPCPath actions into the dispatcher
AUTHOR
Sergey Nosenko darknos@cpan.org
BASED ON
Catalyst::Plugin::Server::JSONRPC::DispatchType::JSONRPCPath of
Michiel Ootjers michiel@cpan.org
Jos Boumans, kane@cpan.org
COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.