-
-
13 Jul 2010 20:15:20 UTC
- Distribution: Catalyst-Plugin-Server
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (6)
- Testers (104 / 1 / 32)
- Kwalitee
Bus factor: 1- 23.68% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (20.96KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Catalyst
- Clone::Fast
- MRO::Compat
- RPC::XML
- RPC::XML::Parser
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Catalyst::Plugin::Server::XMLRPC::DispatchType::XMLRPCPath - XMLRPCPath DispatchType
SYNOPSIS
See Catalyst.
DESCRIPTION
METHODS
$self->list($c)
Generates a nice debug-table containing the XMLRPCPath 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 XMLRPCPath actions into the dispatcher
AUTHOR
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.
Module Install Instructions
To install Catalyst::Plugin::Server, copy and paste the appropriate command in to your terminal.
cpanm Catalyst::Plugin::Server
perl -MCPAN -e shell install Catalyst::Plugin::Server
For more information on module installation, please visit the detailed CPAN module installation guide.