comparison Lib/IMPL/Web/QueryHandler/PageFormat.pm @ 62:c64bd1bf727d

Web application Page query handler
author wizard
date Fri, 12 Mar 2010 16:23:46 +0300
parents
children 76b878ad6596
comparison
equal deleted inserted replaced
61:8d0ae27d15c1 62:c64bd1bf727d
1 package IMPL::Web::QueryHandler::PageFormat;
2 use base qw(IMPL::Web::QueryHandler);
3
4 __PACKAGE__->PassThroughArgs;
5
6 use IMPL::Class::Property;
7 use URI;
8
9 sub Process {
10 my ($this,$action,$nextHandler) = @_;
11
12
13 }
14
15 1;