some stub POD
groditi [Sat, 11 Oct 2008 23:35:34 +0000 (23:35 +0000)]
lib/Reaction/UI/ViewPort/Image.pm
lib/Reaction/UI/ViewPort/URI.pm

index a531e50..7c5cbd1 100644 (file)
@@ -13,3 +13,34 @@ __PACKAGE__->meta->make_immutable;
 1;
 
 __END__;
+
+
+=head1 NAME
+
+Reaction::UI::ViewPort::Image
+
+=head1 DESCRIPTION
+
+=head1 ATTRIBUTES
+
+=head2 uri
+
+Required URI object pointing to the image to be displayed.
+
+=head2 width
+
+Optional width in pixels.
+
+=head2 height
+
+Optional height in pixels.
+
+=head1 AUTHORS
+
+See L<Reaction::Class> for authors.
+
+=head1 LICENSE
+
+See L<Reaction::Class> for the license.
+
+=cut
index d07adf2..1a266a7 100644 (file)
@@ -10,3 +10,35 @@ has display => ( is => 'rw' );
 __PACKAGE__->meta->make_immutable;
 
 1;
+
+__END__;
+
+
+=head1 NAME
+
+Reaction::UI::ViewPort::URI
+
+=head1 DESCRIPTION
+
+Viewport for a URI object
+
+=head1 ATTRIBUTES
+
+=head2 uri
+
+Required URI object representing the URI you wish to point to.
+
+=head2 display
+
+Optional. How this item will be displayed. Current implementations support
+a plain string or a ViewPort object for this value
+
+=head1 AUTHORS
+
+See L<Reaction::Class> for authors.
+
+=head1 LICENSE
+
+See L<Reaction::Class> for the license.
+
+=cut