diff Lib/IMPL/Web/Application/Action.pm @ 322:cca158327c47

added OutOfRangeException
author cin
date Tue, 21 May 2013 10:04:11 +0400
parents 3dc9260017ad
children b56b1ec33b59
line wrap: on
line diff
--- a/Lib/IMPL/Web/Application/Action.pm	Mon May 20 01:14:27 2013 +0400
+++ b/Lib/IMPL/Web/Application/Action.pm	Tue May 21 10:04:11 2013 +0400
@@ -69,6 +69,10 @@
     $this->_launder(scalar( $this->query->url_param($name) ), $rx);
 }
 
+sub urlParams {
+    shift->query->url_param();
+}
+
 sub rawData {
     my ($this, $decode) = @_;