comparison Lib/IMPL/Web/View/TTLoader.pm @ 206:c8fe3f84feba

+IMPL::Web::Handlers::ViewSelector +IMPL::Web::Handlers::ErrorHandler *IMPL::Web::Handlers::RestController moved types mappings to ViewSelector
author sergey
date Thu, 03 May 2012 16:48:39 +0400
parents 891c04080658
children 5c82eec23bb6
comparison
equal deleted inserted replaced
205:891c04080658 206:c8fe3f84feba
43 if ($surrogate){ 43 if ($surrogate){
44 $surrogate->callCTOR($refOpts,%params); 44 $surrogate->callCTOR($refOpts,%params);
45 } else { 45 } else {
46 $surrogate = $class->new($refOpts,%params); 46 $surrogate = $class->new($refOpts,%params);
47 } 47 }
48 return $surrogate;
48 } 49 }
49 50
50 sub CTOR { 51 sub CTOR {
51 my ($this,$refOpts,%args) = @_; 52 my ($this,$refOpts,%args) = @_;
52 53