
RDF::Server::Role::Handler - manages handling part of a URL path

package My::Handler
use Moose;
with 'RDF::Server::Role::Handler';
with 'RDF::Server::Role::Renderable';
sub render { ... }

A URL handler maps URL paths to handler objects.


Returns the object that is responsible for handling the request and providing any response.
True if the given path is prefixed by the handler's path_prefix.

James Smith, <jsmith@cpan.org>

Copyright (c) 2008 Texas A&M University.
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.