Mercurial > pub > Impl
comparison Lib/IMPL/Web/Application/Action.pm @ 230:6d8092d8ce1b
*reworked IMPL::Security
*reworked IMPL::Web::Security
*refactoring
author | sergey |
---|---|
date | Mon, 08 Oct 2012 03:37:37 +0400 |
parents | 47f77e6409f7 |
children | b8c724f6de36 |
comparison
equal
deleted
inserted
replaced
229:47f77e6409f7 | 230:6d8092d8ce1b |
---|---|
14 private property _entryPoint => prop_all; | 14 private property _entryPoint => prop_all; |
15 } | 15 } |
16 | 16 |
17 sub CTOR { | 17 sub CTOR { |
18 my ($this) = @_; | 18 my ($this) = @_; |
19 | |
20 $this->context({}); | |
21 } | 19 } |
22 | 20 |
23 sub Invoke { | 21 sub Invoke { |
24 my ($this) = @_; | 22 my ($this) = @_; |
25 | 23 |