comparison Lib/IMPL/Web/Handler/View.pm @ 397:73f81f4e9570

sync
author cin
date Mon, 05 May 2014 18:17:03 +0400
parents e12c14177848
children
comparison
equal deleted inserted replaced
396:6f2a494579cb 397:73f81f4e9570
63 }; 63 };
64 64
65 my %responseParams = ( 65 my %responseParams = (
66 type => $this->contentType, 66 type => $this->contentType,
67 charset => $this->contentCharset, 67 charset => $this->contentCharset,
68 body => $this->view->display( 68 body => $this->view->display(
69 $model, 69 $model,
70 $this->SelectView( $action, ref $model ), 70 $this->SelectView( $action, ref $model ),
71 $vars 71 $vars
72 ) 72 )
73 ); 73 );