RDF::Server::Types - Moose types used by the RDF::Server framework


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

Index


NAME

Top

RDF::Server::Types - Moose types used by the RDF::Server framework

SYNOPSIS

Top

 use RDF::Server::Types qw( Mutable );

 if( is_Mutable( $handler ) ) { ... }

DESCRIPTION

Top

This module bundles together useful types.

TYPES

Top

Handlers

Renderable
Container
Mutable

Responsibilities

Interface
Protocol
Exception

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.