diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Lib/IMPL/Web/QueryHandler/PageFormat.pm	Fri Mar 12 16:23:46 2010 +0300
@@ -0,0 +1,15 @@
+package IMPL::Web::QueryHandler::PageFormat;
+use base qw(IMPL::Web::QueryHandler);
+
+__PACKAGE__->PassThroughArgs;
+
+use IMPL::Class::Property;
+use URI;
+
+sub Process {
+	my ($this,$action,$nextHandler) = @_;
+	
+	
+}
+
+1;
\ No newline at end of file