view 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 source

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;