RDF::Server::Role::Renderable - role for resources that can be rendered


RDF-Server documentation  | view source Contained in the RDF-Server distribution.

Index


NAME

Top

RDF::Server::Role::Renderable - role for resources that can be rendered

SYNOPSIS

Top

 package My::Resource;

 use Moose;

 with 'RDF::Server::Role::Renderable';

 sub to_xml { }

DESCRIPTION

Top

Methods

render ($formatter, $path)

AUTHOR

Top

James Smith, <jsmith@cpan.org>

LICENSE

Top

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.


RDF-Server documentation  | view source Contained in the RDF-Server distribution.