RDF::Server::Semantic::Atom::Collection - supports use of Atom collection documents


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

Index


NAME

Top

RDF::Server::Semantic::Atom::Collection - supports use of Atom collection documents

SYNOPSIS

Top

 package My::Server;

 interface 'REST';
 protocol 'HTTP';

 my $server = new My::Server
    handler => RDF::Server::Semantic::Atom::Collection -> new(
        uri_prefix => '/',
        handlers => [
            RDF::Server::Semantic::Atom::Category -> new (
                ...
            )
         ]
     )
 ;

DESCRIPTION

Top

METHODS

Top

create
render
data

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.